Skip to content

Commit

Permalink
Updates release script (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd committed Sep 7, 2023
1 parent 7fb8986 commit 64968b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm install
- name: npm publish
# skip npm publishing if running in a fork
if: github.repository == 'amazon-ion/ion-js'
Expand Down

0 comments on commit 64968b5

Please sign in to comment.