Skip to content

Commit b6776d0

Browse files
DutchBenRuben van Leeuwen
andauthored
2205 npm trusted publisher (#219)
* Adds changeset * Align tag with version * Update npm version to 0.9.5 * 2205: Make sure npm version is updated --------- Co-authored-by: Ruben van Leeuwen <[email protected]>
1 parent 6802728 commit b6776d0

File tree

3 files changed

+8
-35
lines changed

3 files changed

+8
-35
lines changed

.github/workflows/publish-manually.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/publish-to-npm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: "20"
24+
node-version: "22"
2525
registry-url: "https://registry.npmjs.org"
2626

27+
- name: Update npm
28+
run: npm install -g npm@latest && npm --version
2729
- name: Installing dependencies
2830
run: cd frontend && npm ci && pwd
2931
- name: Create Release Pull Request or Publish
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pydantic-forms': patch
3+
---
4+
5+
Trigger a deployment as a trusted publisher

0 commit comments

Comments
 (0)