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 4959b4f commit fd87f77Copy full SHA for fd87f77
1 file changed
.github/workflows/auto-tag.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Check out repository
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
with:
19
- persist-credentials: false
+ persist-credentials: true # Needed to push the tag
20
21
- name: Get current version
22
id: version
0 commit comments