Skip to content

Commit 68b4d22

Browse files
committed
Only try to publish once...
1 parent 0a49a3f commit 68b4d22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Package Extension
2-
on:
2+
on:
33
push:
4+
tags-ignore:
5+
- "**"
46
release:
57
types:
6-
- created
8+
- created
79
jobs:
810
test-and-package:
911
name: "Test & Package"

0 commit comments

Comments
 (0)