From 4ba62ab9a68ecdc3dc146b7fa388676634414382 Mon Sep 17 00:00:00 2001 From: vibhutikumar <160819926+vibhutikumar07@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:22:11 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98a1019..a13e767 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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