Skip to content

Commit b72b757

Browse files
authored
hack
1 parent 86da127 commit b72b757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- completed
77
push:
88
# Run only on trunk pushes that aren't a new tag release
9-
branches: [trunk]
9+
branches: [trunk, reese-hack-special-release]
1010
tags-ignore: "*"
1111

1212
env:
@@ -30,7 +30,7 @@ jobs:
3030
level: prepatch
3131
- uses: actions-ecosystem/action-push-tag@v1
3232
with:
33-
tag: ${{ steps.bump-semver.outputs.new_version }}
33+
tag: v0.10.18-0
3434
build:
3535
runs-on: ${{ matrix.os }}
3636
needs: [bump-tag]

0 commit comments

Comments
 (0)