Skip to content

Commit 55d638d

Browse files
committed
Fix: Update github-tag-action version in CI workflow
1 parent 926e948 commit 55d638d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: "0"
4040

4141
- name: Bump version and push tag
42-
uses: https://github.com/anothrNick/github-tag-action@v1.66.0
42+
uses: anothrNick/github-tag-action@v1
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
4545
DEFAULT_BUMP: patch

0 commit comments

Comments
 (0)