Skip to content

Commit 0b7cda5

Browse files
committed
chore: improve release flow
1 parent ebad904 commit 0b7cda5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-edge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
6464
- run: npm run build-all
6565

66-
- run: npm publish --tag edge
66+
- name: Publish ${{ steps.bump_version.outputs.new_version }}
67+
run: npm publish --tag edge
6768
env:
6869
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6970

0 commit comments

Comments
 (0)