diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index faed844..2f3832a 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -9,6 +9,9 @@ jobs: build: name: Create Release runs-on: ubuntu-latest + permissions: + contents: read + id-token: write steps: - name: Checkout diff --git a/package-lock.json b/package-lock.json index f8ed5b6..3af05bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@morgan-stanley/ts-mocking-bird", - "version": "1.2.3", + "version": "1.2.4", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.16", diff --git a/package.json b/package.json index 4d09eaa..943acf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "1.2.3", + "version": "1.2.4", "description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest", "license": "Apache-2.0", "author": "Morgan Stanley",