Skip to content

Commit

Permalink
Use action-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Apr 2, 2024
1 parent 2944f97 commit 7202016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: echo "::set-output name=filename::MacPorts-$(echo $(basename $GITHUB_REF) | colrm 1 1)-$(uname -r | cut -f 1 -d .).tar.bz2"
id: filename
- name: Deploy binary to release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 7202016

Please sign in to comment.