Skip to content

Commit

Permalink
try to fix release (via #168)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Dec 3, 2020
1 parent 6f15083 commit 89a4fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Configure Git
run: |
git config --global user.name "Qameta CI"
git config --global user.email "ci@qameta.io"
- name: Save Settings
run: echo ${BINTRAY_SETTINGS} > ~/.m2/settings.xml
env:
Expand Down

0 comments on commit 89a4fc8

Please sign in to comment.