We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002ad4e commit 9685671Copy full SHA for 9685671
.github/workflows/docker-image.yml
@@ -61,7 +61,7 @@ jobs:
61
curl -sL https://sentry.io/get-cli/ | bash
62
63
# Define the release version
64
- RELEASE="react-nestjs-boilerplate/backend@${{ env.VERSION }}"
+ RELEASE="react-nestjs-boilerplate-backend@${{ env.VERSION }}"
65
66
# Associate the release with Sentry
67
sentry-cli releases new "$RELEASE"
@@ -80,7 +80,7 @@ jobs:
80
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT_FRONTEND }}
81
run: |
82
83
- RELEASE="react-nestjs-boilerplate/frontend@${{ env.VERSION }}"
+ RELEASE="react-nestjs-boilerplate-frontend@${{ env.VERSION }}"
84
85
86
0 commit comments