Skip to content

Commit 90f9dbc

Browse files
authored
Fix linear-sync workflow run (#2776)
1 parent bde1620 commit 90f9dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
go-version-file: go.mod
135135
- name: Update linear issues
136-
run: go run -mod vendor . -release-tag="${{ needs.publish.outputs.release_version }}"
136+
run: go run . -release-tag="${{ needs.publish.outputs.release_version }}"
137137
working-directory: hack/linear-sync
138138
env:
139139
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)