Skip to content

Commit

Permalink
Remove quotes from environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rshamsnejad committed Nov 13, 2021
1 parent 7fa0632 commit 36cae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
for LINE in $(grep -v '#!/bin/bash' ./build-linux-amd64/docker/version.sh)
do
echo $LINE >> $GITHUB_ENV
echo ${LINE//\"} >> $GITHUB_ENV
done
- name: Create release
Expand Down

0 comments on commit 36cae81

Please sign in to comment.