Skip to content

Commit 6eaff3e

Browse files
committed
testcommit
1 parent 7237665 commit 6eaff3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release_action.yml renamed to .github/workflows/release_action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- main
7+
- dev
78
jobs:
89
deploy:
910
runs-on: ubuntu-latest

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git commit -m "testcommit"
44
# master: your branch name
55
git push origin master
66
# vXX.XX.XX: your version. your tag
7-
git tag -a v0.3.82 -m "test release"
7+
git tag -a v0.3.83 -m "test release"
88
# release and push to github & docker.io
99
goreleaser release --rm-dist
1010
# only test realase

0 commit comments

Comments
 (0)