Skip to content

Commit

Permalink
Reinstate release token (#67)
Browse files Browse the repository at this point in the history
* Remove release token as now optional.

* Update patch version for release

* reinstate the release token.  repo permissions error on release.

* Patch version
  • Loading branch information
Davidhanson90 authored Nov 8, 2022
1 parent 634c5b6 commit b01f1a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
if: github.repository == 'morganstanley/needle'
uses: justincy/[email protected]
id: release
with:
token: ${{ secrets.RELEASE_TOKEN }}

- name: Print release output
if: ${{ steps.release.outputs.released == 'true' }}
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,5 +1,5 @@
{
"version": "0.3.15",
"version": "0.3.16",
"description": "A small & lightweight dependency injection container for use in multiple contexts like Angular, React & node.",
"name": "@morgan-stanley/needle",
"license": "Apache-2.0",
Expand Down

0 comments on commit b01f1a9

Please sign in to comment.