Skip to content

Commit

Permalink
try fix tag not belonging to branch #59
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje authored Oct 1, 2024
1 parent c1dd6bd commit 71bd8c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: release
on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -110,6 +111,8 @@ jobs:
git tag $newTag
# Push the changes (including the tag)
git push origin $TARGET_BRANCH
git push origin $newTag
# NOTE: From here on the workflow repo no longer contains the dist files, nor node_modules (removed when publishing branch)

0 comments on commit 71bd8c5

Please sign in to comment.