Skip to content

Commit 09945af

Browse files
committed
test: testGithubActions
1 parent 3424a60 commit 09945af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
tags:
8-
- 'v*'
7+
# tags:
8+
# - 'v*'
99

1010
jobs:
1111
build_publish:
@@ -34,7 +34,7 @@ jobs:
3434
# files: ./bin/publish/*
3535
# env:
3636
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
37+
3838
- name: Get tag description
3939
id: tag_description
4040
run: |

0 commit comments

Comments
 (0)