Skip to content

Commit 9685671

Browse files
committed
nooooo
1 parent 002ad4e commit 9685671

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="react-nestjs-boilerplate/backend@${{ env.VERSION }}"
64+
RELEASE="react-nestjs-boilerplate-backend@${{ env.VERSION }}"
6565
6666
# Associate the release with Sentry
6767
sentry-cli releases new "$RELEASE"
@@ -80,7 +80,7 @@ jobs:
8080
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT_FRONTEND }}
8181
run: |
8282
# Define the release version
83-
RELEASE="react-nestjs-boilerplate/frontend@${{ env.VERSION }}"
83+
RELEASE="react-nestjs-boilerplate-frontend@${{ env.VERSION }}"
8484
8585
# Associate the release with Sentry
8686
sentry-cli releases new "$RELEASE"

0 commit comments

Comments
 (0)