Skip to content

Commit

Permalink
Fix publish GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored Mar 3, 2023
1 parent 19ed649 commit 889e885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types: [published]

permissions:
contents: read # to checkout the code (actions/checkout)
jobs:
build:
name: Publish to Rubygems
Expand All @@ -13,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

Expand Down

0 comments on commit 889e885

Please sign in to comment.