From b672f461e2f87cbdf8f6be33b886a818f1a00217 Mon Sep 17 00:00:00 2001 From: Matthew Turney Date: Sun, 17 Dec 2023 18:53:53 +0000 Subject: [PATCH 1/2] github workflows use double ** for wildcards --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ec2c73a..d5a8d56 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -3,7 +3,7 @@ name: Build and deploy release to GitHub Pages on: push: tags: - - 'v*' + - 'v**' pull_request: concurrency: From 1405ff24c172f7d3a91654d12b57b73befab5e1c Mon Sep 17 00:00:00 2001 From: Matthew Turney Date: Sun, 17 Dec 2023 18:54:37 +0000 Subject: [PATCH 2/2] docs(changeset): tags are not kicking off releases --- .changeset/great-crabs-taste.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/great-crabs-taste.md diff --git a/.changeset/great-crabs-taste.md b/.changeset/great-crabs-taste.md new file mode 100644 index 0000000..9b12078 --- /dev/null +++ b/.changeset/great-crabs-taste.md @@ -0,0 +1,5 @@ +--- +"pho3nixf1re.net": patch +--- + +tags are not kicking off releases