Skip to content

Commit d2d5ce8

Browse files
Potential fix for deployment pipeline (#21)
1 parent b2849ce commit d2d5ce8

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,5 @@ on:
55
- main
66

77
jobs:
8-
publishing:
9-
runs-on: ubuntu-latest
10-
environment: 'pub creds'
11-
steps:
12-
- name: 'Checkout'
13-
uses: actions/checkout@main # required!
14-
15-
- name: 'Publishing'
16-
uses: k-paxian/dart-package-publisher@master
17-
with:
18-
flutter: true
19-
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
20-
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
8+
publish:
9+
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

0 commit comments

Comments
 (0)