diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-01-31 09:20:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-31 09:20:23 +0300 |
| commit | ffdbcf8c4fcff25e9f43e3e9e9e865c3651e8ce2 (patch) | |
| tree | f82c285b848611f3dc36a94b3f494b7bc7bb358d /.github/workflows | |
| parent | 47e205181d2b684ed8862bc11fd7cd887103d7f4 (diff) | |
Use eregon/use-ruby-action@v1 for releases
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e571b92..10f4663 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Ruby - uses: eregon/use-ruby-action@master + uses: eregon/use-ruby-action@v1 with: ruby-version: 2.7 - name: Publish to RubyGems.org |
