We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d437884 commit c1844e1Copy full SHA for c1844e1
.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
28
env:
29
ORG_GRADLE_PROJECT_githubUser: x-access-token
30
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
31
- - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # ratchet:ncipollo/release-action@v1
+ - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # ratchet:ncipollo/release-action@v1
32
name: Create release
33
with:
34
tag: ${{ env.RELEASE_TAG }}
0 commit comments