Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Oct 29, 2023
1 parent cc49905 commit e6e3b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: |
ruby_versions.rb
actions/ruby_versions.rb
xml2json.gemspec
lib/xml2json/version.rb
sparse-checkout-cone-mode: false
- name: Fetch supported Ruby versions
id: ruby_versions
shell: bash
run: |
: Run query
result="$(ruby ./ruby_versions.rb ./xml2json.gemspec)"
result="$(ruby "$GITHUB_WORKSPACE/actions/ruby_versions.rb" "$GITHUB_WORKSPACE/xml2json.gemspec")"
echo "result=$result" >> $GITHUB_OUTPUT
cross-gem:
Expand Down
File renamed without changes.

0 comments on commit e6e3b21

Please sign in to comment.