Skip to content

Commit

Permalink
github auto-release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniRokitnicki committed May 12, 2024
1 parent 6c1fbf6 commit e1373c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
echo "Workflow Dispatch Triggered: ${{ github.event_name == 'workflow_dispatch' }}"
echo "Push Event and PR Merged: ${{ github.event_name == 'pull_request' && github.event.pull_request.merged == true }}"
echo "PR contains 'autorelease' label: ${{ contains(github.event.pull_request.labels.*.name, 'autorelease') }}"
echo "Release: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'autorelease')) }}"
# Prepare and publish the plugin to JetBrains Marketplace repository
Expand Down

0 comments on commit e1373c1

Please sign in to comment.