Skip to content

Commit 31ca1f3

Browse files
committed
creating release pipeline
1 parent 6273011 commit 31ca1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
release:
1818
runs-on: ubuntu-latest
19-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
19+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)