Skip to content
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

prefix version with v in building binaries while verifying artifacts #531

Closed
wants to merge 1 commit into from

Conversation

sethiyash
Copy link
Contributor

@sethiyash sethiyash commented May 31, 2023

v is missing while providing version for building binaries in verify artifacts stage

@@ -31,7 +31,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: 1.16.2
args: release --rm-dist --debug ${{ env.SKIP_PUBLISH }}
args: release --clean --debug ${{ env.SKIP_PUBLISH }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--rm-dist has been deprecated in favor of --clean

@sethiyash sethiyash closed this May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant