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 80b7e5dCopy full SHA for 80b7e5d
.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.40.0
30
id: tag
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments