We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45cdd2 commit 6af0843Copy full SHA for 6af0843
1 file changed
.github/workflows/main.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Bump version and push tag
53
id: tag
54
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
55
- uses: ArloL/calver-tag-action@bf4e99336d394320e9e323230c37efcb17de65ea # v2511.0.104
+ uses: ArloL/calver-tag-action@f9919d95870361f6c92544ee24c2e02fc6e162a0 # v2512.0.110
56
- id: output
57
env:
58
NEW_VERSION: ${{ steps.tag.outputs.new_version }}
0 commit comments