Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
reese committed Feb 21, 2024
1 parent 86da127 commit ede307f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- completed
push:
# Run only on trunk pushes that aren't a new tag release
branches: [trunk]
branches: [trunk, reese-hack-special-release]
tags-ignore: "*"

env:
Expand All @@ -30,7 +30,7 @@ jobs:
level: prepatch
- uses: actions-ecosystem/action-push-tag@v1
with:
tag: ${{ steps.bump-semver.outputs.new_version }}
tag: 0.10.18-0
build:
runs-on: ${{ matrix.os }}
needs: [bump-tag]
Expand Down

0 comments on commit ede307f

Please sign in to comment.