Skip to content

Commit

Permalink
DEV: Use Ruby 3 version of publish-rubygems-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink committed May 30, 2023
1 parent e549ce9 commit 3aef07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v3

- name: Release Gem
uses: discourse/publish-rubygems-action@v2
uses: discourse/publish-rubygems-action@v3
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
GIT_EMAIL: team@discourse.org
Expand Down

0 comments on commit 3aef07d

Please sign in to comment.