Skip to content

Commit

Permalink
fix(ci): fix ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Dec 1, 2023
1 parent af66520 commit e629cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
id: get_version
run: |
VERSION=$(echo ${GITHUB_REF#refs/*/}
VERSION=$(echo ${GITHUB_REF#refs/*/})
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
- uses: sersoft-gmbh/setup-gh-cli-action@v2
Expand Down

0 comments on commit e629cdf

Please sign in to comment.