mirror of
https://github.com/antonmedv/fx
synced 2024-11-01 21:40:20 +00:00
Fix release.yml
This commit is contained in:
parent
f87f89440c
commit
04693455c4
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
||||
git add version.go snap/snapcraft.yaml
|
||||
git config --global user.email "github-actions@github.com"
|
||||
git config --global user.name "github-actions"
|
||||
git commit -m "Release RELEASE_VERSION"
|
||||
git tag -a "$RELEASE_VERSION" -m "Release $RELEASE_VERSION" --force
|
||||
git push --follow-tags --force
|
||||
git commit -m "Release $RELEASE_VERSION"
|
||||
git tag "$RELEASE_VERSION" --force
|
||||
git push --atomic --force origin master "$RELEASE_VERSION"
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user