Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 13, 2023
1 parent 18ac95f commit 2208dac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/violet-hornets-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@stijnvanhulle/template-core": minor
"@stijnvanhulle/template-demo": minor
---

test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: bun run build --concurrency=1

- name: Publish
- name: Publish ${{ inputs.tag || 'canary' }}
id: changesets
uses: changesets/action@v1
with:
Expand All @@ -48,7 +48,7 @@ jobs:
run: |
git checkout main
bun version:canary
bun release:canary
bun release:canary --tag ${{ inputs.tag || 'canary' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2208dac

Please sign in to comment.