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:
124
124
rm -rf /tmp/.buildx-cache
125
125
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
126
126
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
+
127
134
deployment :
128
135
needs : build
129
136
if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/feature/actions'
@@ -165,10 +172,3 @@ jobs:
165
172
--from-literal=DISCORD_SECRET=${{ secrets.DISCORD_SECRET }} \
166
173
--from-literal=DISCORD_HASH=${{ secrets.DISCORD_HASH }}
167
174
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