Skip to content

Commit 8d1f2d4

Browse files
committed
chore: tweak tag
1 parent 789adf2 commit 8d1f2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# check if last commit to main would be the nightly tag we're about to create (minus the date)
3232
# if it is, we'll skip the nightly creation
3333
# if not, we'll create a new nightly tag
34-
if [[ ${LATEST_NIGHTLY_TAG} == v0.0.0-nightly-${SHORT_SHA}-* ]]; then
34+
if [[ ${LATEST_NIGHTLY_TAG} == v0.0.0-nightly-${SHORT_SHA} ]]; then
3535
echo "🛑 Latest nightly tag is the same as the latest commit sha, skipping nightly release"
3636
else
3737
# v0.0.0-nightly-<short sha>-<date>
@@ -82,4 +82,4 @@ jobs:
8282
uses: mathieudutour/[email protected]
8383
with:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
85-
custom_tag: ${{ steps.version.outputs.NEXT_VERSION }}
85+
custom_tag: '0.0.0-${{ steps.version.outputs.NEXT_VERSION }}'

0 commit comments

Comments
 (0)