Skip to content

Commit 56a7fae

Browse files
committed
fix: Debug publish job
1 parent c80669c commit 56a7fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# secrets:
1616
# npm-token: ${{ secrets.NPM_TOKEN }}
1717
runs-on: ubuntu-latest
18-
environment: production
18+
# environment: production
1919
permissions:
2020
contents: read
2121
packages: write
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-node@v4
3636
with:
3737
node-version: 20
38-
# scope: '@iexec'
38+
scope: '@iexec'
3939

4040
- name: Install dependencies
4141
run: npm ci

0 commit comments

Comments
 (0)