Skip to content

Commit b6090cf

Browse files
DutchBenRuben van Leeuwen
andauthored
2205 npm trusted publisher (#213)
* Adds changeset * Align tag with version * 2205: Adds packages:write permission --------- Co-authored-by: Ruben van Leeuwen <[email protected]>
1 parent a3a64f0 commit b6090cf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
id-token: write # Required for OIDC
1212
contents: write
1313
pull-requests: write
14+
packages: write
1415

1516
jobs:
1617
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

frontend/packages/pydantic-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pydantic-forms",
3-
"version": "0.9.5",
3+
"version": "0.9.4",
44
"description": "Library that turns JSONSchema into frontend forms",
55
"author": {
66
"name": "Workflow Orchestrator Programme",

0 commit comments

Comments
 (0)