Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-js committed May 29, 2023
1 parent f75d690 commit b67f67b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@ jobs:
- run: flutter pub get
- run: dart format --set-exit-if-changed .
- run: echo "y" | flutter pub publish
- name: Run pub.dev/update-credentials@shell
env:
UPDATE_SECRETS_PAT_TOKEN: ${{ secrets.UPDATE_SECRETS_PAT_TOKEN }}
run: |
gh auth login --with-token <<< $UPDATE_SECRETS_PAT_TOKEN
gh secret set CREDENTIALS_JSON < $PUB_CACHE/credentials.json

0 comments on commit b67f67b

Please sign in to comment.