Skip to content

Commit 07de1dc

Browse files
authored
Merge pull request #724 from sigstore/loosebazooka-patch-1
Update release-sigstore-gradle-plugin-from-tag.yaml
2 parents 3b9acc9 + 4d9c544 commit 07de1dc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release-sigstore-gradle-plugin-from-tag.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,3 @@ jobs:
5656
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PGP_PASSPHRASE }}
5757
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
5858
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

Comments
 (0)