We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1049c commit ec69116Copy full SHA for ec69116
.github/workflows/generate-cv.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Create new tag
82
id: tag_create
83
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
84
- uses: anothrNick/github-tag-action@1.39.0
+ uses: anothrNick/github-tag-action@1.46.0
85
env:
86
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
WITH_V: false
0 commit comments