Skip to content

Commit 65eb447

Browse files
authored
hack
1 parent 86da127 commit 65eb447

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
@@ -26,11 +26,11 @@ jobs:
2626
- uses: actions-ecosystem/action-bump-semver@v1
2727
id: bump-semver
2828
with:
29-
current_version: ${{ steps.get-latest-tag.outputs.tag }}
29+
current_version: 0.10.17-0
3030
level: prepatch
3131
- uses: actions-ecosystem/action-push-tag@v1
3232
with:
33-
tag: ${{ steps.bump-semver.outputs.new_version }}
33+
tag: 0.10.18-0
3434
build:
3535
runs-on: ${{ matrix.os }}
3636
needs: [bump-tag]

0 commit comments

Comments
 (0)