Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Fix set-env error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rony Xavier committed Jan 14, 2021
1 parent 6fff37d commit c2b01fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: rake build_release
- name: Get gem version
run: echo "::set-env name=VERSION::$(ls *.gem | grep -Po '(\d+.)+\d+')"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: Publish to RubyGems
run: |
gem push --KEY rubygems --host https://rubygems.org *.gem
Expand Down

0 comments on commit c2b01fe

Please sign in to comment.