We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8000e commit 18ab16dCopy full SHA for 18ab16d
.github/workflows/main.yaml
@@ -2,7 +2,8 @@ name: Publish
2
3
on:
4
push:
5
- branches: ['main']
+ tags:
6
+ - '*.*.*'
7
8
jobs:
9
publish:
0 commit comments