Skip to content

Github Release Notes Did Not Run #21751

@andrewb1269hg

Description

@andrewb1269hg

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.github_actionsPull requests that update Github Actions code.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions