feat: auto-tag releases (closes #560)
This commit is contained in:
parent
e193e76b63
commit
2a97177a5d
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -45,3 +45,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Ensure Quartz builds, check bundle info
|
- name: Ensure Quartz builds, check bundle info
|
||||||
run: npx quartz build --bundleInfo
|
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