Skip to content

Commit

Permalink
ci: Generate pub.dev credentials on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmoravec committed Jun 11, 2024
1 parent 62a2bc8 commit e955ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}
setup-java: false
enforce-lockfile: false
# Sensitive step, check action script before each upgrade of flutter-actions/setup-pubdev-credentials
- uses: flutter-actions/setup-pubdev-credentials@2ffa6245d17992c9f0acf9dc2be626e3b0b888c1
- name: Publish to pub.dev
run: flutter pub publish -f

0 comments on commit e955ca0

Please sign in to comment.