Skip to content

Commit

Permalink
🎨 Removes Stringification of Step Conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Aug 30, 2023
1 parent d58b8c4 commit cbac29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
begin-release:
name: Begin Release
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: github.event.workflow_run.conclusion == 'success'
steps:
- run: echo "Beginning release."
- name: 'Download artifacts from triggering workflow'
Expand Down

0 comments on commit cbac29f

Please sign in to comment.