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

Fix create release PR workflow #155

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Fix create release PR workflow #155

merged 1 commit into from
Dec 17, 2024

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Dec 17, 2024

The create release PR was breaking because of outdated actions. I've updated it to match the module template here.

with:
release-type: ${{ github.event.inputs.release-type }}
release-version: ${{ github.event.inputs.release-version }}
artifacts-path: gh-action__release-authors
# Upload the release author artifact for use in subsequent workflows
- uses: actions/upload-artifact@v2
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to bump the release publishing too?

Copy link
Member Author

Choose a reason for hiding this comment

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

This isn't used. It was used some time ago to check if the approver was different from the creator of the release PR IIRC.

@Mrtenz Mrtenz merged commit 5f24133 into main Dec 17, 2024
8 checks passed
@Mrtenz Mrtenz deleted the mrtenz/fix-create-release-pr branch December 17, 2024 09:31
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