Skip to content

Commit

Permalink
Merge branch 'kats/ci-release-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Nov 27, 2024
2 parents 12e841d + feefed5 commit a5e8493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
else
PRERELEASE="latest"
fi
echo "dist-tag=$PRERELEASE" >> $GITHUB_ENV
echo "DIST_TAG=$PRERELEASE" >> $GITHUB_ENV
- name: Install npm dependencies
run: npm install
Expand All @@ -49,5 +49,5 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "Publishing to npmjs.org using dist-tag: $dist-tag"
npm publish --access=public --tag "$dist-tag"
echo "Publishing to npmjs.org using dist-tag: $DIST_TAG"
npm publish --access=public --tag "$DIST_TAG"

0 comments on commit a5e8493

Please sign in to comment.