Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed May 17, 2024
1 parent 3b81316 commit 0a83004
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ jobs:
run: |
tag=$(echo ${{ github.event.pull_request.head.ref }} | sed 's/release\///')
echo ::set-output name=tag::$tag
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/install
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Set tag
- name: Publish to npm
if: steps.check-release.outputs.match == 'true'
run: |
pnpm run publish-release
Expand Down

0 comments on commit 0a83004

Please sign in to comment.