Skip to content

Commit 94d5305

Browse files
committed
Use discourse action
1 parent abc93b8 commit 94d5305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Release Gem
1717
if: contains(github.ref, 'refs/tags/v')
18-
uses: cadwallion/publish-rubygems-action@master
18+
uses: discourse/publish-rubygems-action@v3
1919
env:
2020
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2121
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}

0 commit comments

Comments
 (0)