We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6481524 commit 86c6c8aCopy full SHA for 86c6c8a
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
branch: ${{ steps.gettag.outputs.tag }}
78
79
- name: Create a Release
80
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
81
with:
82
token: ${{ secrets.YEWTEMPBOT_TOKEN }}
83
tag_name: ${{ steps.gettag.outputs.tag }}
0 commit comments