File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
- name : Upload backend sourcemaps to Sentry
57
57
env :
58
58
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
59
- SENTRY_ORG : ${{ env .SENTRY_ORG }}
60
- SENTRY_PROJECT : ${{ env .SENTRY_PROJECT_BACKEND }}
61
- SENTRY_URL : ${{ env .SENTRY_URL }}
59
+ SENTRY_ORG : ${{ vars .SENTRY_ORG }}
60
+ SENTRY_PROJECT : ${{ vars .SENTRY_PROJECT_BACKEND }}
61
+ SENTRY_URL : ${{ vars .SENTRY_URL }}
62
62
run : |
63
63
# Install Sentry CLI
64
64
curl -sL https://sentry.io/get-cli/ | bash
79
79
- name : Upload frontend sourcemaps to Sentry
80
80
env :
81
81
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
82
- SENTRY_ORG : ${{ env .SENTRY_ORG }}
83
- SENTRY_PROJECT : ${{ env .SENTRY_PROJECT_FRONTEND }}
84
- SENTRY_URL : ${{ env .SENTRY_URL }}
82
+ SENTRY_ORG : ${{ vars .SENTRY_ORG }}
83
+ SENTRY_PROJECT : ${{ vars .SENTRY_PROJECT_FRONTEND }}
84
+ SENTRY_URL : ${{ vars .SENTRY_URL }}
85
85
run : |
86
86
# Define the release version
87
87
RELEASE="react-nestjs-boilerplate-frontend@${{ env.VERSION }}"
You can’t perform that action at this time.
0 commit comments