Skip to content

Commit d93ae69

Browse files
committed
ci: Update release publishing command in GitHub Actions
Revised pnpm publish command in .github/workflows/release.yml to remove tagging feature as it was causing errors with versioning. This will streamline the workflow and prevent unintentional overwrite of existing versions in releases.
1 parent 0e22c24 commit d93ae69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ steps.release.outputs.release_created }}
4444

4545
- name: Publish
46-
run: pnpm publish --access public --tag ${{ github.event.inputs.release_channel }}
46+
run: pnpm publish --access public
4747
if: ${{ steps.release.outputs.release_created }}
4848
# - uses: actions/setup-node@v1
4949
# with:

0 commit comments

Comments
 (0)