Skip to content

Commit aef6a00

Browse files
committed
Comment out the step to create and push a new tag in the GitHub Actions workflow
1 parent 56d7e83 commit aef6a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-tag-on-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
node-version-file: .nvmrc
2323

24-
- name: Create and push new tag
25-
run: npm run create-tag
24+
# - name: Create and push new tag
25+
# run: npm run create-tag
2626

2727
- name: Get latest commit
2828
id: get-commit

0 commit comments

Comments
 (0)