We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdc030 commit b792cfdCopy full SHA for b792cfd
.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="jonathanschad/react-nestjs-boilerplate@${{ env.VERSION }}"
+ RELEASE="jonathanschad/react-nestjs-boilerplate@test"
65
66
# Associate the release with Sentry
67
sentry-cli releases new "$RELEASE"
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments