We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b9acc9 + 4d9c544 commit 07de1dcCopy full SHA for 07de1dc
.github/workflows/release-sigstore-gradle-plugin-from-tag.yaml
@@ -56,16 +56,3 @@ jobs:
56
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PGP_PASSPHRASE }}
57
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
58
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
59
-
60
- create-release-on-github:
61
- runs-on: ubuntu-latest
62
- needs: [build]
63
- permissions:
64
- contents: write
65
- steps:
66
- - name: Create release
67
- uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
68
- with:
69
- tag_name: ${{ github.ref_name }}
70
- name: ${{ github.ref_name }}-gradle
71
- body: "See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for more details."
0 commit comments