Skip to content

Commit 71bd8c5

Browse files
authored
try fix tag not belonging to branch #59
1 parent c1dd6bd commit 71bd8c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: release
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
@@ -110,6 +111,8 @@ jobs:
110111
git tag $newTag
111112
112113
# Push the changes (including the tag)
114+
git push origin $TARGET_BRANCH
113115
git push origin $newTag
114116
115117
# NOTE: From here on the workflow repo no longer contains the dist files, nor node_modules (removed when publishing branch)
118+

0 commit comments

Comments
 (0)