Skip to content

Commit ad95c45

Browse files
authored
Fix typo in release workflow (#71)
1 parent bf077ed commit ad95c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-dotnet-provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Configure Go cache
2626
id: go-cache-paths
2727
run: |
28-
echo "go-build=$(go env GOCACHE" >> $GITHUB_OUTPUT
28+
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
2929
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
3030
- name: Set up Go cache
3131
uses: actions/cache@v3

0 commit comments

Comments
 (0)