Skip to content

Commit

Permalink
Merge pull request #17 from pho3nixf1re/fix-release-tag
Browse files Browse the repository at this point in the history
Fix GitHub changeset tags
  • Loading branch information
pho3nixf1re authored Dec 17, 2023
2 parents 1ac1cd6 + 1405ff2 commit 571125d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-crabs-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pho3nixf1re.net": patch
---

tags are not kicking off releases
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy release to GitHub Pages
on:
push:
tags:
- 'v*'
- 'v**'
pull_request:

concurrency:
Expand Down

0 comments on commit 571125d

Please sign in to comment.