Skip to content

Commit b792cfd

Browse files
committed
:/
1 parent cfdc030 commit b792cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
curl -sL https://sentry.io/get-cli/ | bash
6262
6363
# Define the release version
64-
RELEASE="jonathanschad/react-nestjs-boilerplate@${{ env.VERSION }}"
64+
RELEASE="jonathanschad/react-nestjs-boilerplate@test"
6565
6666
# Associate the release with Sentry
6767
sentry-cli releases new "$RELEASE"
@@ -83,7 +83,7 @@ jobs:
8383
curl -sL https://sentry.io/get-cli/ | bash
8484
8585
# Define the release version
86-
RELEASE="jonathanschad/react-nestjs-boilerplate@${{ env.VERSION }}"
86+
RELEASE="jonathanschad/react-nestjs-boilerplate@test"
8787
8888
# Associate the release with Sentry
8989
sentry-cli releases new "$RELEASE"

0 commit comments

Comments
 (0)