-
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.
fix: Update readme file name before releasing, update job name (#7)
* fix: Readme crate name, and formatting * Try it first on regular branch * Restore to main branch after testing, everything should work nicely now
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 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,4 +1,4 @@ | ||
name: Publish on crates.io | ||
name: Release branch jobs | ||
|
||
permissions: | ||
pull-requests: write | ||
|
@@ -91,13 +91,6 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 # Release-plz needs all the history | ||
|
||
- name: Verify main branch | ||
if: github.ref != 'refs/heads/main' | ||
run: | | ||
echo "This workflow can only run on the main branch." | ||
exit 1 | ||
- name: Run release-plz | ||
uses: MarcoIeni/[email protected] | ||
with: | ||
|
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