Skip to content

Commit

Permalink
fix: changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jul 12, 2022
1 parent 90351b6 commit 65582f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-ants-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clarigen-deno": patch
---

fix: changeset action
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:

- name: Create Release Pull Request
uses: changesets/action@v1
with:
publish: echo "Yay!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 65582f9

Please sign in to comment.