Skip to content

Commit

Permalink
[build] fix pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 29, 2023
1 parent 6c18a94 commit 6f3d156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ startsWith(github.event.head_commit.message, '[build]') }}
env:
RELEASE_TYPE: ${{ startsWith(github.event.head_commit.message, '[ build]') && 'build'}}
RELEASE_TYPE: ${{ startsWith(github.event.head_commit.message, '[build]') && 'build'}}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6f3d156

Please sign in to comment.