chore: update-publish #62

Merged
blas merged 2 commits from chore/update-publish into main 2026-03-26 20:23:38 +00:00
Showing only changes of commit 909f709659 - Show all commits

View File

@@ -76,7 +76,7 @@ jobs:
- name: Publish to npm registry - name: Publish to npm registry
run: bun publish --access public run: bun publish --access public
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create Gitea release and upload binaries - name: Create Gitea release and upload binaries
run: | run: |