Skip to content

Commit 94256c2

Browse files
fixed issues
1 parent 0f5d127 commit 94256c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/compress_sign_and_upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ runs:
5454
run: gh release upload v${{ steps.get_vars.outputs.package_version }} ${{ steps.get_vars.outputs.package_file }}.sig
5555
shell: bash
5656
env:
57-
GH_TOKEN: ${{ github.token }}
57+
GH_TOKEN: ${{ github.token }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [5.x]
3+
branches: [main]
44
workflow_dispatch: {}
55

66
permissions:
@@ -37,4 +37,4 @@ jobs:
3737
npm_package_name: 'bson'
3838
- run: npm publish --provenance
3939
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)