Skip to content

Commit

Permalink
Update release command in go.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Dec 27, 2023
1 parent 7b576c5 commit fe9a950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
# git tag -f v1.0.0 -m 'latest'
# git push --force origin v1.0.0
# gh release create v1.0.0 go_web_server --notes-from-tag --latest -t latest
gh release create go_web_server -n "latest" --latest -t latest --target main
gh release create v1.0.0 go_web_server -n "latest" --latest -t latest --target main

0 comments on commit fe9a950

Please sign in to comment.