Skip to content

Commit 03fdaf8

Browse files
authored
Merge pull request #3 from smartlabsAT/fix/remove-npm-publish-from-release
fix: remove npm publish from release workflow
2 parents 17a277f + 8b778d1 commit 03fdaf8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,4 @@ jobs:
3535
run: pnpm test:ci
3636

3737
- name: Build package
38-
run: pnpm build
39-
40-
- name: Publish to npm
41-
run: pnpm publish --no-git-checks --access public
42-
env:
43-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
run: pnpm build

0 commit comments

Comments
 (0)