Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yarikoptic
Copy link
Collaborator

We already have in workflow needed support via

❯ grep -A 5 Create .github/workflows/release.yml
  - name: Create release run: | if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then opts= else opts=--only-publish-with-release-label fi

We already have in workflow needed support via

    ❯ grep -A 5 Create .github/workflows/release.yml
      - name: Create release
        run: |
          if [ "${{ github.event_name }}" = "workflow_dispatch" ];
          then opts=
          else opts=--only-publish-with-release-label
          fi
@yarikoptic yarikoptic requested a review from tmorrell August 18, 2025 18:38
@yarikoptic yarikoptic added the internal Changes only affect the internal API label Aug 18, 2025
Copy link
Collaborator

@tmorrell tmorrell left a comment

Choose a reason for hiding this comment

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

Thanks, makes sense!

@tmorrell tmorrell merged commit 0bc8c10 into master Aug 18, 2025
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes only affect the internal API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants