File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - uses : actions/checkout@v4
2- with :
3- fetch-depth : 0
1+ name : Sentry Release
2+ on :
3+ push :
4+ branches :
5+ - main
46
5- - name : Create Sentry release
6- uses : getsentry/action-release@v3
7- env :
8- SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
9- SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
10- SENTRY_PROJECT : ${{ secrets.SENTRY_PROJECT }}
11- with :
12- environment : production
13- sourcemaps : " ./build"
7+ jobs :
8+ release :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v4
12+ with :
13+ fetch-depth : 0
14+ - name : Create Sentry release
15+ uses : getsentry/action-release@v3
16+ env :
17+ SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
18+ SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
19+ SENTRY_PROJECT : ${{ secrets.SENTRY_PROJECT }}
20+ with :
21+ environment : production
22+ sourcemaps : " ./build"
You can’t perform that action at this time.
0 commit comments