We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16d4ccf + 5455f11 commit 44c909bCopy full SHA for 44c909b
.github/workflows/sentry.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "ENVIRONMENT=production" >> $GITHUB_ENV
33
elif [[ "${{ env.RELEASE_VERSION }}" =~ ^[0-9]+\.[0-9]+\.[0-9]+-r[ca][0-9]+$ ]]; then
34
echo "ENVIRONMENT=pre-release" >> $GITHUB_ENV
35
- elif [[ "${{ env.RELEASE_VERSION }}" == develop-* && ! "${{ env.RELEASE_VERSION }}" == *-DIRTY-* ]]; then
+ elif [[ "${{ env.RELEASE_VERSION }}" == *-SNAPSHOT && ! "${{ env.RELEASE_VERSION }}" == *-DIRTY ]]; then
36
echo "ENVIRONMENT=develop" >> $GITHUB_ENV
37
else
38
echo "ENVIRONMENT=feature" >> $GITHUB_ENV
0 commit comments