Skip to content

Commit

Permalink
Merge pull request #41 from cap-js/release
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
vibhutikumar07 authored Jun 26, 2024
2 parents 7959727 + 4ba62ab commit 58e3743
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
with:
tag: 'v${{ steps.package-version.outputs.current-version }}'
body: '${{ steps.parse-changelog.outputs.body }}'
- run: npm publish --access public --dry
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Untar package and list contents
run: |
tar -zxf cap-js-sdm-1.0.0.tgz
echo "Contents of the delivery package:"
ls -R

0 comments on commit 58e3743

Please sign in to comment.