Skip to content

Commit f0898ff

Browse files
committed
build: allow publishing over npm again.
I enabled the release-package.yml as trusted origin, so it should work again.
1 parent 1b9dea5 commit f0898ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,5 @@ jobs:
3636
run: npm run build
3737

3838
- name: Publish to NPM
39+
working-directory: ./frontend
3940
run: npm publish --access public
40-
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42-
NPM_CONFIG_REGISTRY: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)