Skip to content

Commit

Permalink
Fix action-gh-release broken in nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
me-johnomar committed Aug 9, 2021
1 parent 1c92d44 commit 09c65da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
run: "git tag -f nightly && git push -f origin nightly"

- name: "Create GitHub Release"
uses: "softprops/action-gh-release@v1"
uses: "softprops/action-gh-release@v0.1.8"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 09c65da

Please sign in to comment.