We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeca77 commit 66c676bCopy full SHA for 66c676b
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
git log "$previousTag...$currentTag" --format="- %s ([%h](https://github.com/sonallux/spotify-web-api/commit/%H))" >> release-notes.md
42
cat release-notes.md
43
- name: Create release on GitHub
44
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
45
if: startsWith(github.ref, 'refs/tags/')
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments