Skip to content

Commit b0ba4a0

Browse files
committed
Adjust publish workflow
1 parent 1d6e402 commit b0ba4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm run dist
4949

5050
- name: Publish dist package as public one
51-
run: npm publish dist/ --access restricted
51+
run: npm publish dist/ --access public
5252
env:
5353
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5454

test/release/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Installing $1 version..."
44

5-
npm i scramjet-framework-test@$1 --no-save
5+
npm i @scramjet/framework@$1 --no-save
66

77
echo "Starting test..."
88

0 commit comments

Comments
 (0)