Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 7, 2024
1 parent 5357390 commit 19c73cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
yarn build
zip -r $(git rev-parse --short HEAD).zip build/
- name: Release
- name: Release frontend resources
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
default:
git tag $$(git rev-parse --short HEAD)
git push --tags -fv
git push --tags -fv
git push

0 comments on commit 19c73cc

Please sign in to comment.