Skip to content

Commit

Permalink
Merge branch 'main' into new-ruby-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Dec 14, 2023
2 parents 90edf07 + ca9b221 commit 274dfea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ruby-release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
bundler-cache: true
- name: Publish gem to RubyGems.org
uses: rubygems/release-gem@v1
- name: Push tag
run: git push --follow-tags
- name: Get tag
run: echo "TAG_NAME=$(git describe --abbrev=0)" >> "${GITHUB_ENV}"
- name: Create GitHub release
run: gh release create "${TAG_NAME}" --draft
run: |
tag_name="$(git describe --tags --abbrev=0)"
gh release create "${tag_name}" --verify-tag --draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 274dfea

Please sign in to comment.