Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carminepo2 committed Oct 23, 2024
1 parent 0579efb commit dd0ddc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- "release/*"
jobs:
build:
environment: npm
Expand All @@ -23,4 +24,4 @@ jobs:
- run: pnpm build
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/interop-outbound-models",
"version": "1.0.6",
"version": "1.0.6b",
"description": "PagoPA Interoperability outbound models",
"main": "dist",
"type": "module",
Expand Down

0 comments on commit dd0ddc1

Please sign in to comment.