Skip to content

Commit

Permalink
CD - Fix retieval references of the tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansecu committed Aug 12, 2023
1 parent e60d490 commit 1e89cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deliver-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Release artifact
uses: softprops/action-gh-release@v1
with:
body: Version ${{ github.ref }} of the OpenFusion OpenAPI Plugin.
body: Version ${{ github.ref_name }} of the OpenFusion OpenAPI Plugin.
body_path: ./CHANGELOG.md
files: |
target/openfusion-openapi-plugin-*.jar
Expand All @@ -50,4 +50,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ matrix.docker-repository }}:${{ github.ref }},${{ matrix.docker-repository }}:latest
tags: ${{ matrix.docker-repository }}:${{ github.ref_name }},${{ matrix.docker-repository }}:latest

0 comments on commit 1e89cce

Please sign in to comment.