We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0db1d8 commit 490ab7eCopy full SHA for 490ab7e
.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