Skip to content

Commit 44f8d78

Browse files
authored
Merge pull request #35 from github/bump-0.5
Prep 0.5 release
2 parents c382002 + 5b0e138 commit 44f8d78

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/pages-gem.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Setup Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: '3.2'
16+
ruby-version: "3.3"
1717
- name: Build gem
1818
run: |
19-
gem build github-pages.gemspec
20-
- name: Publish
19+
gem build jekyll-commonmark-ghpages.gemspec
20+
- name: Publish gem
21+
env:
22+
GEM_HOST_API_KEY: ${{ secrets.PAGES_GEM_PUBLISH }}
2123
run: |
22-
gem push github-pages.gem --key ${{ secrets.PAGES_GEM_PUBLISH }}
24+
gem push jekyll-commonmark-ghpages-*.gem

jekyll-commonmark-ghpages.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-commonmark-ghpages"
55
spec.summary = "CommonMark generator for Jekyll"
6-
spec.version = "0.4.0"
6+
spec.version = "0.5.0"
77
spec.authors = ["GitHub, Inc."]
88
spec.email = "support@github.com"
99
spec.homepage = "https://github.com/github/jekyll-commonmark-ghpages"

0 commit comments

Comments
 (0)