diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a42e26..ecf1e56 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,7 @@ on: jobs: publish: name: Publish Package to NPM + environment: gh-actions-environment runs-on: ubuntu-latest permissions: diff --git a/package.json b/package.json index 2527ef2..1a49023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spine-event-engine/validation-ts-workspace", - "version": "2.0.0-snapshot.2", + "version": "2.0.0-snapshot.3", "private": true, "workspaces": [ "packages/*" diff --git a/packages/example/package.json b/packages/example/package.json index 4acf5ca..d5bc5cc 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,6 +1,6 @@ { "name": "@spine-event-engine/example-smoke", - "version": "2.0.0-snapshot.2", + "version": "2.0.0-snapshot.3", "private": true, "description": "Example project demonstrating @spine-event-engine/validation-ts usage", "type": "module", diff --git a/packages/spine-validation-ts/package.json b/packages/spine-validation-ts/package.json index 13d5c63..c115a20 100644 --- a/packages/spine-validation-ts/package.json +++ b/packages/spine-validation-ts/package.json @@ -1,6 +1,6 @@ { "name": "@spine-event-engine/validation-ts", - "version": "2.0.0-snapshot.2", + "version": "2.0.0-snapshot.3", "description": "TypeScript validation library for Protobuf messages with Spine Validation options", "main": "dist/index.js", "types": "dist/index.d.ts",