File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,13 @@ jobs:
124124 rm -rf /tmp/.buildx-cache
125125 mv /tmp/.buildx-cache-new /tmp/.buildx-cache
126126
127+ - name : Set Sentry release
128+ run : |
129+ curl ${{secrets.SENTRY_RELEASES}} \
130+ -X POST \
131+ -H 'Content-Type: application/json' \
132+ -d '{"version": "${{github.sha}}}"'
133+
127134 deployment :
128135 needs : build
129136 if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/feature/actions'
@@ -165,10 +172,3 @@ jobs:
165172 --from-literal=DISCORD_SECRET=${{ secrets.DISCORD_SECRET }} \
166173 --from-literal=DISCORD_HASH=${{ secrets.DISCORD_HASH }}
167174 kubectl apply -k .
168-
169- - name : Set Sentry release
170- run : |
171- curl ${{secrets.SENTRY_RELEASES}} \
172- -X POST \
173- -H 'Content-Type: application/json' \
174- -d '{"version": "${{github.sha}}}"'
You can’t perform that action at this time.
0 commit comments