Compare commits

...

2 Commits

Author SHA1 Message Date
kayos 3673ab0228
Merge pull request #146 from yunginnanet/dependabot/github_actions/wangyoucao577/go-release-action-1.49 2024-02-29 23:42:56 -08:00
dependabot[bot] 3a20341ad4
Bump wangyoucao577/go-release-action from 1.48 to 1.49
Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.48 to 1.49.
- [Release notes](https://github.com/wangyoucao577/go-release-action/releases)
- [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.48...v1.49)

---
updated-dependencies:
- dependency-name: wangyoucao577/go-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 22:17:29 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1.48
- uses: wangyoucao577/go-release-action@v1.49
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}