Skip to content

Commit

Permalink
🔧 chore: Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
susatthi committed Oct 15, 2023
1 parent 854a529 commit e786a6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ on:
jobs:
publish:
permissions:
id-token: write
# id-token: write
contents: write
actions: write
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
- name: Install dependencies
run: dart pub get
# - name: Publish - dry run
# run: dart pub publish --dry-run
- name: Publish to pub.dev
run: dart pub publish -f
# - uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
# - name: Install dependencies
# run: dart pub get
# - name: Publish to pub.dev
# run: dart pub publish -f
- name: Create release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit e786a6f

Please sign in to comment.