Skip to content

Commit

Permalink
Merge pull request #137 from hibtc/dependabot/github_actions/softprop…
Browse files Browse the repository at this point in the history
…s/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
coldfix authored Apr 22, 2024
2 parents 4b4024b + 706ebf3 commit 24a3504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
run: twine upload dist/*.whl dist/*.tar.gz

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 24a3504

Please sign in to comment.