Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Added a step for Untar package and list contents
  • Loading branch information
vibhutikumar07 authored Jun 25, 2024
1 parent e5609f9 commit b5851c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
- run: npm publish --access public --dry
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 b5851c0

Please sign in to comment.