Skip to content

Commit

Permalink
testcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherSam66 committed Oct 28, 2022
1 parent 50b9f05 commit 7237665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
nameaaa: ci
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.81 -m "test release"
git tag -a v0.3.82 -m "test release"
# release and push to github & docker.io
goreleaser release --rm-dist
# only test realase
Expand Down

0 comments on commit 7237665

Please sign in to comment.