Skip to content

Commit 66b677e

Browse files
committed
chore: fix ci permissions
1 parent 3071583 commit 66b677e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
types: [released]
66

77
permissions:
8-
contents: write # for github pages
8+
packages: write
9+
contents: write
910

1011
jobs:
1112
release:
@@ -44,6 +45,7 @@ jobs:
4445
scope: '@valorem-labs-inc'
4546

4647
- name: Publish
48+
continue-on-error: true
4749
env:
4850
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4951
run: pnpm ci:release

0 commit comments

Comments
 (0)