Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Jul 1, 2021
1 parent 0ca4285 commit b351758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: sed -ni '1p;2,/^###/{/^###/q;p;}' CHANGELOG.md

- name: Package and release
uses: BigWigsMods/packager@5e59fc3
uses: BigWigsMods/packager@v1.0.2
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
Expand Down

0 comments on commit b351758

Please sign in to comment.