We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc42c97 + 299ba2f commit b1faf19Copy full SHA for b1faf19
.github/workflows/docker-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
tags: ghcr.io/${{ env.image_tag }}:${{ env.GitVersion_FullSemVer }},ghcr.io/${{ env.image_tag }}:dev
47
cache-from: type=gha
48
cache-to: type=gha,mode=max
49
- - uses: getsentry/action-release@v1
+ - uses: getsentry/action-release@v2
50
if: github.ref == 'refs/heads/master'
51
env:
52
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
0 commit comments