Skip to content

Commit 1ce747b

Browse files
committed
add if to ci.yml
1 parent 636fe4e commit 1ce747b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
bazel-bin/iso14229.c
3030
3131
- name: release
32-
uses: softprops/action-gh-release@v1
32+
uses: softprops/action-gh-release@v3
33+
if: startsWith(github.ref, 'refs/tags/')
3334
with:
3435
files: |
3536
bazel-bin/iso14229.h

0 commit comments

Comments
 (0)