Skip to content

Commit a8dc9b5

Browse files
committed
Update release pipeline
1 parent 89f5b9d commit a8dc9b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
run: npm run build:lib && npm run prepare:lib
4141
- name: Get meta data 🔍
4242
run: |
43-
cd dist/state
4443
NODE_VERSION=$(node -p -e "require('./package.json').version")
4544
echo VERSION=$NODE_VERSION >> $GITHUB_ENV
4645
NODE_NAME=$(node -p -e "require('./package.json').name")
@@ -56,8 +55,6 @@ jobs:
5655
name: ${{ env.DISPLAY_NAME }} v${{ env.VERSION }}
5756
generate_release_notes: true
5857
- name: Publish to NPM Registry 🚀
59-
run: |
60-
cd dist/state
61-
npm publish
58+
run: cd dist/state && npm publish
6259
env:
6360
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)