Skip to content

Commit

Permalink
dev: package using github action
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Apr 1, 2024
1 parent edd5eaf commit 03e987a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fossil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ jobs:

- name: Run pikchr grammar tests
run: npm run grammar-test

- name: Package
if: startsWith(github.ref, 'refs/tags/v')
run: rm -rf out && npm run package -- --allow-star-activation

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
files: fossil-*.*.*.vsix

0 comments on commit 03e987a

Please sign in to comment.