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 2f7290a commit 3db55b3Copy full SHA for 3db55b3
.github/workflows/ccpp.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v5
26
- name: Get next version
27
id: tag
28
- uses: anothrNick/github-tag-action@1.73.0
+ uses: anothrNick/github-tag-action@1.75.0
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
WITH_V: true
@@ -185,7 +185,7 @@ jobs:
185
fetch-depth: '0'
186
- name: Bump version and push tag
187
188
189
190
191
0 commit comments