We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22f621 commit 55546fcCopy full SHA for 55546fc
.github/workflows/ci.yml
@@ -86,6 +86,9 @@ jobs:
86
needs: ["deploy-prod"]
87
runs-on: ubuntu-latest
88
steps:
89
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
90
+ with:
91
+ fetch-depth: 0
92
- uses: getsentry/action-release@128c5058bbbe93c8e02147fe0a9c713f166259a6 # v3.4.0
93
env:
94
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
0 commit comments