We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f9044 commit a0afcc9Copy full SHA for a0afcc9
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
fetch-depth: 0 # need all refs for tag generation
132
- name: Auto-increment version tag
133
id: versionbump
134
- uses: anothrNick/github-tag-action@1.65.0
+ uses: anothrNick/github-tag-action@1.66.0
135
env:
136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137
WITH_V: false
0 commit comments