Skip to content

Commit

Permalink
Merge pull request #7 from krutoo/ci-jsr-publish-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krutoo authored May 14, 2024
2 parents eb9a9a7 + efc61c3 commit 84d7473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- name: Lint source code
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd npm && npm publish
cd npm && npm publish --access public

0 comments on commit 84d7473

Please sign in to comment.