Skip to content

Commit

Permalink
Build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cworsnop-figure committed Apr 14, 2022
1 parent 0027a68 commit a010226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew -i clean build --refresh-dependencies :generateVersionFile githubRelease
run: ./gradlew clean build --refresh-dependencies :generateVersionFile githubRelease
if: ${{ github.ref_name == 'main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
DOCKER_IMAGE=provenanceio/p8e-cee-api
VERSION=${{ steps.ci-release-create-outputs.outputs.semVersion }}
TAGS="${{ steps.ci-release-create-outputs.outputs.semVersionTag }}"
TAGS="${DOCKER_IMAGE}:${VERSION}"
echo ::set-output name=version::${VERSION}
echo ::set-output name=tags::${TAGS}
Expand Down

0 comments on commit a010226

Please sign in to comment.