We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70a471 commit 6750417Copy full SHA for 6750417
1 file changed
.github/workflows/create_version.yml
@@ -1,4 +1,7 @@
1
name: Create a new version tag
2
+
3
+contents: write
4
5
on:
6
pull_request:
7
workflow_dispatch:
@@ -17,7 +20,7 @@ jobs:
17
20
token: ${{ secrets.T8DDY_TOKEN }}
18
21
fetch-depth: 0
19
22
ref: main
- #create a new branch for the new version tag
23
+ #create a new branch for the version tag
24
- name: Create version tag
25
run: |
26
git checkout -b new_version_4.0.0-$(date +'%Y.%m.%d')
0 commit comments