We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c92f3 commit fcc975bCopy full SHA for fcc975b
.github/workflows/publish.yml
@@ -1,8 +1,9 @@
1
name: Publish
2
3
on:
4
-
5
push:
+ tags:
6
+ - '*.*.*'
7
8
# Allow job to be triggered manually.
9
workflow_dispatch:
0 commit comments