Skip to content

Commit 5c0c6c2

Browse files
committed
Update publish v1 workflow
1 parent 2b8a9a3 commit 5c0c6c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Publish
1+
name: Publish v1
22

33
on:
44
push:
55
branches:
6-
- main
6+
- v1
77
workflow_dispatch:
88
inputs:
99
platform:
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Check out the Monorepo repository
2828
run: |
29-
git clone https://github.com/wcpos/monorepo.git monorepo
29+
git clone --branch v1 https://github.com/wcpos/monorepo.git monorepo
3030
cd monorepo
3131
touch yarn.lock
3232

0 commit comments

Comments
 (0)