mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-15 06:10:32 +00:00
release: push changes to github
This commit is contained in:
parent
53fcce4092
commit
1d64270fb5
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ set -euxo pipefail
|
|||
|
||||
VERSION=$(jq -r .version package.json)
|
||||
|
||||
# push changes to github
|
||||
git push
|
||||
# push the current tag to github
|
||||
git push origin "v$VERSION"
|
||||
# set the v1 tag to this release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue