Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre authored May 9, 2024
1 parent e8d71d1 commit f461a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
with:
ruby-version: 'jruby-9.4.2.0'
bundler-cache: false
- name: Tag repository
run: |
bundle exec gem bump -c -p -t -v ${{ github.event.inputs.target_version }}
- name: Configure Sonatype mirror
uses: s4u/[email protected]
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
Expand All @@ -68,6 +65,9 @@ jobs:
server-password: OSSRH_PASS
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
gpg-passphrase: GPG_PASSPHRASE
- name: Tag repository
run: |
bundle exec gem bump -c -p -t -v ${{ github.event.inputs.target_version }}
- name: Release artifacts
if: github.event.inputs.perform_version == ''
env:
Expand Down

0 comments on commit f461a5a

Please sign in to comment.