File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- * vivek@ devtron.ai @ vikramdevtron
1+ * @ vivek- devtron @ vikramdevtron
Original file line number Diff line number Diff line change 3030
3131 - name : Set SENTRY_RELEASE_VERSION
3232 id : vars
33- run : echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
33+ run : echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short=9 HEAD)" >> $GITHUB_OUTPUT
3434
3535 - name : Create Sentry release
3636 uses : getsentry/action-release@v1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY tsconfig.json .
1414COPY vite.config.mts .
1515COPY . .
1616
17- RUN echo `git rev-parse --short HEAD` > health.html
17+ RUN echo `git rev-parse --short=9 HEAD` > health.html
1818
1919RUN echo "SENTRY_RELEASE_VERSION=dashboard@$(git rev-parse --short HEAD)" >> .env
2020
You can’t perform that action at this time.
0 commit comments