Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit 7dda7f3

Browse files
committed
update .github/workflows/release-check.yml
1 parent ad3e0e7 commit 7dda7f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
name: Release Checker
55
on:
6-
pull_request:
6+
pull_request_target:
77
paths: [ 'version.json' ]
88

99
jobs:
1010
release-check:
1111
uses: protocol/.github/.github/workflows/release-check.yml@master
12+
with:
13+
go-version: 1.20.x

0 commit comments

Comments
 (0)