Skip to content

Commit

Permalink
Activate publish step in package release
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Jun 19, 2023
1 parent cc08a78 commit 569fbb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ jobs:
echo "version=$pkgVersion" >> $GITHUB_OUTPUT
shell: bash

# - name: Publish ${{env.RELEASE_TITLE}} v${{ steps.get-version.outputs.version }} on NPM
# working-directory: ${{env.PACKAGE_PATH}}
# run: npm publish --tag '${{ inputs.tag}} --dry-run'
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish ${{env.RELEASE_TITLE}} v${{ steps.get-version.outputs.version }} on NPM
working-directory: ${{env.PACKAGE_PATH}}
run: npm publish --tag '${{ inputs.tag}}'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Find Release PR
uses: juliangruber/find-pull-request-action@v1.7.0
Expand Down

0 comments on commit 569fbb8

Please sign in to comment.