Skip to content

Commit 6802728

Browse files
DutchBenRuben van Leeuwen
andauthored
2205 npm trusted publisher (#218)
* Adds changeset * Align tag with version * Update npm version to 0.9.5 * 2205: Display npm version in manual publish workflow * Delete frontend/.changeset/lazy-worms-smile.md --------- Co-authored-by: Ruben van Leeuwen <ruben.vanleeuwen@surf.nl>
1 parent 312f8ff commit 6802728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-manually.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
node-version: "22"
2222
registry-url: "https://registry.npmjs.org"
2323

24+
- name: Display npm version
25+
run: npm --version
2426
- name: Installing dependencies
2527
run: cd frontend && npm ci && pwd
2628
- name: Update npm
2729
run: npm install -g npm@latest
30+
- name: Display npm version
31+
run: npm --version
2832
- run: cd frontend && npm run build
2933
- run: cd frontend && npm test
3034
- run: cd frontend && npm publish

0 commit comments

Comments
 (0)