Skip to content

Commit

Permalink
🐛 fix: Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
susatthi committed Oct 15, 2023
1 parent e786a6f commit 208b031
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
# - uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
# - name: Install dependencies
# run: dart pub get
# - 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 208b031

Please sign in to comment.