Skip to content

Commit ac8327f

Browse files
author
Robert Clark
authored
Allow set-env for release builds
1 parent d9d826a commit ac8327f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: rake build_release
3232
- name: Get gem version
3333
run: echo "::set-env name=VERSION::$(ls *.gem | grep -Po '(\d+.)+\d+')"
34+
env:
35+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
3436
- name: Publish to RubyGems
3537
run: |
3638
gem push --KEY rubygems --host https://rubygems.org *.gem

0 commit comments

Comments
 (0)