Skip to content

Commit

Permalink
Merge pull request #712 from pyxem/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
hakonanes authored Jan 1, 2025
2 parents ba7912d + 1f08723 commit 575640b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perhaps_make_tagged_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Make tagged release draft
if: ${{ env.MAKE_RELEASE == 'true' }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 575640b

Please sign in to comment.