Skip to content

Commit

Permalink
fix: remove quotes ci template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucca Pessoa committed Jan 3, 2022
1 parent 919fcfe commit 28df865
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- name: Get Details
id: get_details
run: |
echo "::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}"
echo "::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}"
echo "::set-output name=SOURCE_TAG::$(git tag --sort=committerdate | tail -1)"
echo "::set-output name=GOVERSION::$(cat .go-version)"
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
echo ::set-output name=SOURCE_TAG::$(git tag --sort=committerdate | tail -1)
echo ::set-output name=GOVERSION::$(cat .go-version)
- name: List tags
run: |
Expand Down

0 comments on commit 28df865

Please sign in to comment.