Skip to content

Commit

Permalink
fixed echo
Browse files Browse the repository at this point in the history
  • Loading branch information
BorntraegerMarc committed Oct 2, 2020
1 parent e7880c8 commit 49d9095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

- run: echo ${{ steps.getVersion.outputs.VERSION }}
- run: echo "${{ steps.getVersion.outputs.VERSION }}"

- run: docker build -t ghcr.io/komed-health/pwgen .

Expand Down

0 comments on commit 49d9095

Please sign in to comment.