We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a7cf7 commit eafd443Copy full SHA for eafd443
.github/workflows/docker-image.yml
@@ -31,5 +31,5 @@ jobs:
31
32
- name: Finalize release
33
run: |
34
- export VERSION=indexer@$(git describe --tags)
+ export VERSION=mira-video-manager@$(git describe --tags)
35
sentry-cli releases -o ${{ secrets.SENTRY_ORG }} finalize -p ${{ secrets.SENTRY_PROJECT }} --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} $VERSION
0 commit comments