-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pre-release-commit-message = "[skip actions] Publish Pre-release" | ||
pre-release-commit-message = "[no publish] Publish Pre-release" | ||
tag = false |
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Git Config | ||
run: git config user.name "GitHub Action" && git config user.email "[email protected]" | ||
- name: Publish RC | ||
run: cargo-release release alpha --execute --no-confirm --config .github/workflows/cargo-release.toml | ||
run: cargo-release release alpha --no-confirm --config .github/workflows/cargo-release.toml | ||
- name: Logout of Cargo | ||
if: always() | ||
run: cargo logout |
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