Skip to content

Commit

Permalink
Merge pull request #125 from Roaders/main
Browse files Browse the repository at this point in the history
Fix github actions permissions
  • Loading branch information
Roaders authored Oct 4, 2024
2 parents 83bc41c + a57293e commit 92f0d43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:

- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 92f0d43

Please sign in to comment.