-
Notifications
You must be signed in to change notification settings - Fork 179
Closed as not planned
Labels
Good First Issue CandidateIssues that can become a “good first issue” but need more description/context.Issues that can become a “good first issue” but need more description/context.github_actionsPull requests that update Github Actions code.Pull requests that update Github Actions code.
Description
Github automated release notes did not run when creating the tag v0.67.1.
Here's the workflow run.
In Set GH Create Release Flag step we confirm the tag matches the release pattern and set CREATE_RELEASE="true"
Yet in the next step:
- name: Create github release
if: ${{ steps.set-gh-release-flag.outputs.create-release == 'true' }}
uses: step-security/release-action@03a57407052f15d1537fd5469a6fbbc536aba326 # v1.20.0
This Create github release step was skipped. I'm not sure why this was skipped when it worked previously, though.
Metadata
Metadata
Assignees
Labels
Good First Issue CandidateIssues that can become a “good first issue” but need more description/context.Issues that can become a “good first issue” but need more description/context.github_actionsPull requests that update Github Actions code.Pull requests that update Github Actions code.