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