Skip to content

Commit b1d318c

Browse files
committed
WIP
1 parent 5d7dd19 commit b1d318c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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}}}"'

0 commit comments

Comments
 (0)