Skip to content

Commit

Permalink
Merge pull request #25 from pho3nixf1re:typo-workflow
Browse files Browse the repository at this point in the history
docs(changeset): fix version typo
  • Loading branch information
pho3nixf1re authored Dec 18, 2023
2 parents 44f3fad + b2eee86 commit 9418d99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/green-zebras-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pho3nixf1re.net": patch
---

fix version typo
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
if: ${{ steps.release.outputs.release != '' }}
run: |
gh release create "v${{ steps.release.outputs.release }}" --generate-notes
gh workflow run build-and-deploy.yml --ref "${{ steps.release.outputs.release }}"
gh workflow run build-and-deploy.yml --ref "v${{ steps.release.outputs.release }}"

0 comments on commit 9418d99

Please sign in to comment.