Skip to content

Commit 7272063

Browse files
committed
fix
1 parent 1f7060f commit 7272063

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
bun examples/basic.ts
4545
bun examples/oop.ts
4646
47-
- id: current-version
48-
name: Get current version
49-
run: echo "CURRENT_VERSION=$(npm pkg get version | tr -d '"')" >> $GITHUB_OUTPUT
50-
5147
- name: Publish package
5248
run: |
5349
echo "//registry.npmjs.org/:_authToken=$AUTH_TOKEN" >> .npmrc

0 commit comments

Comments
 (0)