Skip to content

Commit e990629

Browse files
committed
Bundle version with a broader tag wildcard
1 parent 9735a01 commit e990629

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
61
name: Build and publish
72
on:
83
push:
94
branches: ['main']
105
tags:
11-
- 'v*.*.*'
6+
- 'v*.*'
127
pull_request:
138

149
env:

0 commit comments

Comments
 (0)