Skip to content

Commit

Permalink
Merge pull request #145 from ImJimmi/renovate/softprops-action-gh-rel…
Browse files Browse the repository at this point in the history
…ease-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
ImJimmi authored Jun 14, 2024
2 parents 8b7e555 + dbc7947 commit a8e0487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- run: echo "VERSION=$(echo "${{github.ref}}" | sed 's:.*/::')" >> $GITHUB_ENV
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "JIVE ${{ env.VERSION }}"

0 comments on commit a8e0487

Please sign in to comment.