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 d93910c commit 0227789Copy full SHA for 0227789
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
echo "::set-output name=changelog::$(git log -1 --pretty=format:"%s")"
27
28
- name: Bump version and push tag
29
- uses: anothrNick/github-tag-action@1.39.0
+ uses: anothrNick/github-tag-action@1.46.0
30
id: tag
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments