Skip to content

Commit

Permalink
Release workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Roman committed May 19, 2021
1 parent e4dd5e0 commit 5e098a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Coursier Cache
uses: coursier/cache-action@v6
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- name: Set Version
run: echo ::set-env name=VERSION::$(echo ${GITHUB_REF:11})
- name: Build Images
Expand Down

0 comments on commit 5e098a6

Please sign in to comment.