-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(SHUTTLE-750): Refactor Semantic Releasing
- Loading branch information
1 parent
ceb4117
commit fda30e4
Showing
5 changed files
with
7 additions
and
9,336 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
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
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 |
---|---|---|
|
@@ -57,10 +57,8 @@ jobs: | |
with: | ||
version: latest | ||
install-only: true | ||
- name: Run Semantic Versioning Release | ||
uses: actions/setup-node@v2 | ||
- name: Release | ||
uses: ridedott/[email protected] | ||
with: | ||
cache: npm | ||
node-version: 16 | ||
- run: npm install | ||
- run: npx semantic-release | ||
disable-changelog: true | ||
config-file: ./.releaserc.yml |
Oops, something went wrong.