We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7060f commit 7272063Copy full SHA for 7272063
.github/workflows/publish.yml
@@ -44,10 +44,6 @@ jobs:
44
bun examples/basic.ts
45
bun examples/oop.ts
46
47
- - id: current-version
48
- name: Get current version
49
- run: echo "CURRENT_VERSION=$(npm pkg get version | tr -d '"')" >> $GITHUB_OUTPUT
50
-
51
- name: Publish package
52
run: |
53
echo "//registry.npmjs.org/:_authToken=$AUTH_TOKEN" >> .npmrc
0 commit comments