Skip to content

Commit 25de450

Browse files
authored
Merge pull request #1 from michaelcoll/dependabot/github_actions/wangyoucao577/go-release-action-1.32
build(deps): Bump wangyoucao577/go-release-action from 1.31 to 1.32
2 parents 2697de3 + 9c3f877 commit 25de450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set APP_VERSION env
2121
run: echo APP_VERSION=$(echo ${GITHUB_REF} | rev | cut -d'/' -f 1 | rev ) >> ${GITHUB_ENV}
2222

23-
- uses: wangyoucao577/go-release-action@v1.31
23+
- uses: wangyoucao577/go-release-action@v1.32
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)