We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3da13 commit b9f52a3Copy full SHA for b9f52a3
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
id: bump
24
uses: anothrNick/github-tag-action@v1
25
env:
26
- GITHUB_TOKEN: ${{ secrets.TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
WITH_V: true
28
DEFAULT_BUMP: patch
29
@@ -57,7 +57,7 @@ jobs:
57
]
58
}
59
60
61
fromTag: ${{ steps.bump.outputs.previous_tag }}
62
toTag: ${{ steps.bump.outputs.new_tag }}
63
0 commit comments