Skip to content

Commit

Permalink
workflow/post-tag: fix typo (#5350)
Browse files Browse the repository at this point in the history

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus committed Nov 3, 2022
1 parent 1172f82 commit 1cf2c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-tag.yaml
Expand Up @@ -56,7 +56,7 @@ jobs:

- id: go_version
name: Read go version
run: echo "go_version=%(cat .go-version)" >> $GITHUB_OUTPUT
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT

- name: Install Go (${{ steps.go_version.outputs.go_version }})
uses: actions/setup-go@v3
Expand Down

0 comments on commit 1cf2c78

Please sign in to comment.