Skip to content

Commit 6750417

Browse files
committed
test
1 parent e70a471 commit 6750417

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/create_version.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Create a new version tag
2+
3+
contents: write
4+
25
on:
36
pull_request:
47
workflow_dispatch:
@@ -17,7 +20,7 @@ jobs:
1720
token: ${{ secrets.T8DDY_TOKEN }}
1821
fetch-depth: 0
1922
ref: main
20-
#create a new branch for the new version tag
23+
#create a new branch for the version tag
2124
- name: Create version tag
2225
run: |
2326
git checkout -b new_version_4.0.0-$(date +'%Y.%m.%d')

0 commit comments

Comments
 (0)