Skip to content

Commit b6ef4e5

Browse files
chore(deps): update wangyoucao577/go-release-action action to v1.50
1 parent 26e2c26 commit b6ef4e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
goos: windows
124124
steps:
125125
- uses: actions/checkout@v3
126-
- uses: wangyoucao577/go-release-action@v1.36
126+
- uses: wangyoucao577/go-release-action@v1.50
127127
with:
128128
github_token: ${{ secrets.GITHUB_TOKEN }}
129129
release_tag: "v${{ needs.release.outputs.version }}"

.github/workflows/release-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- name: Set BUILD_VERSION env
2626
run: echo "RELEASE_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
27-
- uses: wangyoucao577/go-release-action@v1.36
27+
- uses: wangyoucao577/go-release-action@v1.50
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)