Skip to content

Commit 4bc4933

Browse files
committed
Revert "Do not mind tags for now"
This reverts commit 3eaae2e.
1 parent 3eaae2e commit 4bc4933

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build Artifacts
33
on:
44
push:
55
branches: [ "support/*", "dev/*" ]
6-
# tags:
7-
# - 'v*'
8-
# - '*'
6+
tags:
7+
- 'v*'
8+
- '*'
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)