Skip to content

Commit

Permalink
Added cider globally
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Apr 12, 2021
1 parent 667c682 commit be7137f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install Cider
run: pub global activate cider
- name: Set new version
run: cider version ${{ github.event.release.tag_name }}
run: pub global run cider version ${{ github.event.release.tag_name }}
- name: Set a new release
run: cider release
run: pub global run cider release
- name: Build Runner
run: pub run build_runner build --delete-conflicting-outputs
- name: Run tests
Expand Down

0 comments on commit be7137f

Please sign in to comment.