Skip to content

Commit 1964608

Browse files
authored
build: fix tag in workflow
1 parent 2823e74 commit 1964608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Version Bump
22
on:
33
push:
44
tags:
5-
- 'v*'
5+
- 'v*'
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)