Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion semantic_release_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ config:
steps:
- check_prerequisite: |
if [ -z "$NPM_TOKEN" ]; then echo "NPM Token not set to NPM_TOKEN. Exiting..." && exit 1; fi
if [ -z "$GH_TOKEN" ]; then echo "Github Token not set to GH_TOKEN. Exiting..." && exit 1; fi
if [[ -z "$GITHUB_TOKEN" && -z "$GH_TOKEN" ]]; then echo "Github Token not set to either GITHUB_TOKEN or GH_TOKEN. Exiting..." && exit 1; fi
- install_binaries: npm i --no-save semantic-release@^22
- publish: ./node_modules/.bin/semantic-release