mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-21 20:35:15 +00:00
Fix CI
This commit is contained in:
parent
786519aa8f
commit
651fc3c00e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
||||
*.zip
|
||||
- name: Create release
|
||||
if: |
|
||||
${{ github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'chore(release)') }}
|
||||
github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'chore(release)')
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
draft: true
|
||||
|
Loading…
Reference in New Issue
Block a user