We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7237665 commit 6eaff3eCopy full SHA for 6eaff3e
.github/workflows/release_action.yml renamed to .github/workflows/release_action.yaml
@@ -4,6 +4,7 @@ on:
4
branches:
5
- master
6
- main
7
+ - dev
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
release.sh
@@ -4,7 +4,7 @@ git commit -m "testcommit"
# master: your branch name
git push origin master
# vXX.XX.XX: your version. your tag
-git tag -a v0.3.82 -m "test release"
+git tag -a v0.3.83 -m "test release"
# release and push to github & docker.io
goreleaser release --rm-dist
# only test realase
0 commit comments