Skip to content

Commit 77a98c0

Browse files
author
Oryan M
committed
Update readme and fix release workflow
1 parent 4fe78a7 commit 77a98c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
distribution: 'adopt'
2828
server-id: bintray
2929
server-username: BINTRAY_USER
30-
server-password: BINTRAY_PASSWORD
30+
server-password: BINTRAY_PASS
3131
- name: Publish release
3232
run: bash github-build.sh
3333
env:
34+
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
35+
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
3436
MAVEN_USERNAME: ${{ secrets.OSS_USER_TOKEN_KEY }}
3537
MAVEN_PASSWORD: ${{ secrets.OSS_USER_TOKEN_PASS }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL Java Tools
22

3-
[![TravisCI Build](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools.svg?branch=master)](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools)
3+
[![Github Build](https://github.com/graphql-java-kickstart/graphql-java-tools/actions/workflows/snapshot.yml/badge.svg)](https://github.com/graphql-java-kickstart/graphql-java-tools/actions/workflows/snapshot.yml)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-tools/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-tools)
55
[![Discuss on GitHub](https://img.shields.io/badge/GitHub-discuss-orange)](https://github.com/graphql-java-kickstart/graphql-java-tools/discussions)
66

0 commit comments

Comments
 (0)