Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Apr 5, 2024
1 parent 0ecd198 commit c590732
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: denoland/setup-deno@v1

- run: deno publish

publish-npm:
publish-npm: # Corrected indentation here
name: Publish to npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: denoland/setup-deno@v1

- uses: actions/setup-node@v3
with:
node-version: 20.x
registry-url: https://registry.npmjs.org

registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
with:
version: 8

- name: Transform and Publish
run: |
npm publish --access public
Expand Down

0 comments on commit c590732

Please sign in to comment.