Skip to content

Commit

Permalink
trimmed trailing space on app version
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Apr 13, 2023
1 parent 2e3f1de commit 267450b
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 @@ -215,7 +215,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Determine version
run: echo "app-version=${GITHUB_REF_NAME#v} " > $GITHUB_ENV
run: echo "app-version=${GITHUB_REF_NAME#v}" > $GITHUB_ENV

# Compile phoenix assets for wasmcloud_host outside of image (dart-sass doesn't support arm linux)
- name: Install erlang and elixir
Expand Down

0 comments on commit 267450b

Please sign in to comment.