Skip to content

Commit 390e67a

Browse files
committed
Try making the workflow work.
1 parent f625d28 commit 390e67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
needs: package
2121
runs-on: ${{ inputs.runs_on }}
22-
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
22+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
2323
steps:
2424
- name: Install gh
2525
run: sudo apt install -y gh

0 commit comments

Comments
 (0)