-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
634c5b6
commit b01f1a9
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' }} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters