fix: enable npm publishing again

pull/210/head
Boaz Poolman 2026-03-02 14:41:12 +01:00
parent 2df28a5c28
commit 7697463eb1
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ jobs:
echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT
- name: Set package version - name: Set package version
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
# - name: Publish package - name: Publish package
# run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }} run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
- name: Push version bump - name: Push version bump
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with: