Skip to content

Commit 34f09a0

Browse files
committed
Change evaluator tag from evaluator-vX.Y.Z to evaluator/vX.Y.Z
1 parent 3f24873 commit 34f09a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-evaluator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: taiki-e/create-gh-release-action@v1
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
27-
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator-{0}', github.event.inputs.tag) || github.ref }}
27+
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator/{0}', github.event.inputs.tag) || github.ref }}
2828

2929
upload-assets:
3030
needs: create-release
@@ -56,4 +56,4 @@ jobs:
5656
bin: quint_evaluator
5757
target: ${{ matrix.target }}
5858
token: ${{ secrets.GITHUB_TOKEN }}
59-
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator-{0}', github.event.inputs.tag) || github.ref }}
59+
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator/{0}', github.event.inputs.tag) || github.ref }}

0 commit comments

Comments
 (0)