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

ci: fix GH release workflow #877

Merged
merged 3 commits into from
Oct 24, 2023
Merged

ci: fix GH release workflow #877

merged 3 commits into from
Oct 24, 2023

Conversation

michael-siek
Copy link
Member

@michael-siek michael-siek commented Oct 13, 2023

This replaces the implemented GHA that cuts a release in GitHub since the GHA requires a git branch to have the tag refs/tags/ and when we cut the release we do not use the version as part of the release process

- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15

with the GitHub CLI https://cli.github.com/manual/gh_release_create

@michael-siek michael-siek requested a review from a team as a code owner October 13, 2023 20:22
- run: |
PKG_VERSION=$(jq -r .version < lerna.json)
gh release create v$PKG_VERSION \
--title "Release v$PKG_VERSION" \
Copy link
Contributor

Choose a reason for hiding this comment

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

Our github releases do not use the v syntax for releases. Not sure we want to move to doing that now

.github/workflows/deploy.yml Show resolved Hide resolved
Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
@michael-siek michael-siek merged commit ddba444 into develop Oct 24, 2023
26 checks passed
@michael-siek michael-siek deleted the ci/fix/release-script branch October 24, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants