feat: auto-tag releases (closes #560)
This commit is contained in:
parent
05a1c34c6f
commit
923b72fb67
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user