Skip to content

Commit 7697463

Browse files
committed
fix: enable npm publishing again
1 parent 2df28a5 commit 7697463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT
4747
- name: Set package version
4848
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
49-
# - name: Publish package
50-
# run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
49+
- name: Publish package
50+
run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
5151
- name: Push version bump
5252
uses: stefanzweifel/git-auto-commit-action@v4
5353
with:

0 commit comments

Comments
 (0)