Skip to content

Commit

Permalink
feat: auto-tag releases (closes jackyzha0#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Nov 1, 2023
1 parent 05a1c34 commit 923b72f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ jobs:

- name: Ensure Quartz builds, check bundle info
run: npx quartz build --bundleInfo

- name: Create release tag
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"

0 comments on commit 923b72f

Please sign in to comment.