Skip to content

Commit

Permalink
fix: conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Jan 10, 2025
1 parent bd0cbc5 commit 0a3c8cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
&& github.event.action == 'closed'
&& github.event.pull_request.merged == true
steps:
- run: >-
echo "${{ github.head_ref }} merged into ${{ github.ref }}
by {{ github.event.pull_request.user.name }} <{{ github.event.pull_request.user.email }}>"

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -64,7 +61,7 @@ jobs:
- name: Trigger Build Workflow
uses: actions/github-script@v7
if: >-
steps.release.outputs.release
steps.release.outputs.released == true
env:
TAG_REF: ${{ steps.release.outputs.tag }}
with:
Expand Down

0 comments on commit 0a3c8cf

Please sign in to comment.