Skip to content

Commit

Permalink
Potential fix for deployment pipeline (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMitkowski authored Aug 14, 2024
1 parent b2849ce commit d2d5ce8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,5 @@ on:
- main

jobs:
publishing:
runs-on: ubuntu-latest
environment: 'pub creds'
steps:
- name: 'Checkout'
uses: actions/checkout@main # required!

- name: 'Publishing'
uses: k-paxian/dart-package-publisher@master
with:
flutter: true
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

0 comments on commit d2d5ce8

Please sign in to comment.