File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 44 tags :
55 - v*
66 workflow_dispatch : {} # support manual runs
7+ permissions :
8+ contents : write
79jobs :
810 library :
911 runs-on : ubuntu-latest
4143 export ORG_GRADLE_PROJECT_signingInMemoryKey=$(gpg --armor --passphrase $GPG_PASSPHRASE --pinentry-mode=loopback --export-secret-keys $GPG_KEY_NAME signing-key | grep -v '\-\-' | grep -v '^=.' | tr -d '\n')
4244 shred signing-key
4345 make release
46+ - name : sha256
47+ run : sha256sum ./protoc-gen-connect-kotlin/build/libs/protoc-gen-connect-kotlin.jar >> sha256.txt
48+ - name : Publish GitHub artifacts
49+ uses : softprops/action-gh-release@v1
50+ with :
51+ generate_release_notes : true
52+ append_body : true
53+ files : |
54+ ./protoc-gen-connect-kotlin/build/libs/protoc-gen-connect-kotlin.jar
55+ sha256.txt
You can’t perform that action at this time.
0 commit comments