Skip to content

Commit

Permalink
v0.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 24, 2024
1 parent e9aa70a commit 48a42e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
- name: Install dependencies
run: go mod tidy

- name: Install Ruby
uses: actions/setup-ruby@v1
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0'
ruby-version: '3.0.0' # 使用与操作系统兼容且有效的版本

- name: Install GitHub Changelog Generator
run: gem install github_changelog_generator
Expand Down

0 comments on commit 48a42e7

Please sign in to comment.