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 GHA for macOS Release #487

Merged
merged 1 commit into from
Jan 29, 2023
Merged

Fix GHA for macOS Release #487

merged 1 commit into from
Jan 29, 2023

Conversation

ricoberger
Copy link
Member

The change introduced in #483, caused a problem with the continuouse delivery action when a new release is published, because the signing steps are not executed. This should be fixed by running the necessary steps when:

  • The event name which triggers the action is "release"
  • The PR is created from a branch within the repository

The change introduced in #483, caused a problem with the continuouse
delivery action when a new release is published, because the signing
steps are not executed. This should be fixed by running the necessary
steps when:

- The event name which triggers the action is "release"
- The PR is created from a branch within the repository
@ricoberger ricoberger added the changelog: fixed Something which wasn't working is fixed label Jan 29, 2023
@ricoberger ricoberger merged commit 477f50f into main Jan 29, 2023
@ricoberger ricoberger deleted the fix-gha-for-macos-release branch January 29, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: fixed Something which wasn't working is fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant