Skip to content

Commit

Permalink
Merge pull request #35 from github/bump-0.5
Browse files Browse the repository at this point in the history
Prep 0.5 release
  • Loading branch information
yoannchaudet authored Jul 18, 2024
2 parents c382002 + 5b0e138 commit 44f8d78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pages-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: "3.3"
- name: Build gem
run: |
gem build github-pages.gemspec
- name: Publish
gem build jekyll-commonmark-ghpages.gemspec
- name: Publish gem
env:
GEM_HOST_API_KEY: ${{ secrets.PAGES_GEM_PUBLISH }}
run: |
gem push github-pages.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
gem push jekyll-commonmark-ghpages-*.gem
2 changes: 1 addition & 1 deletion jekyll-commonmark-ghpages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-commonmark-ghpages"
spec.summary = "CommonMark generator for Jekyll"
spec.version = "0.4.0"
spec.version = "0.5.0"
spec.authors = ["GitHub, Inc."]
spec.email = "[email protected]"
spec.homepage = "https://github.com/github/jekyll-commonmark-ghpages"
Expand Down

0 comments on commit 44f8d78

Please sign in to comment.