We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff7d6f commit 5d93434Copy full SHA for 5d93434
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
upload_exe_with_name: 'rofi-notion'
41
42
- name: Set artifact to release
43
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
with:
0 commit comments