-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Automate Release Pipeline || Test Token Update #94
Conversation
.github/workflows/release.yml
Outdated
id: gh_release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
files: target/release/*.crate # Adjust if necessary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this line necessary? Olaf and I thought that if it isn't present, the release process will do the right thing.
I'd be interested for us to try using https://release-plz.ieni.dev/docs It is a flow similar to Google's
Since all of our repos disallow direct pushes to the (As an added bonus, this project uses (Github actions instructions here: https://release-plz.ieni.dev/docs/github/quickstart) |
Automate Release Pipeline - publishing releases to cargo #93