Skip to content

Commit

Permalink
DEV: Update workflow to get Ruby 3 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink authored Dec 18, 2024
1 parent 5be751e commit 422ef39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- 3.4

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup ruby
uses: ruby/setup-ruby@v1
Expand All @@ -38,10 +38,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Release Gem
uses: discourse/publish-rubygems-action@v2-beta
uses: discourse/publish-rubygems-action@v3
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
GIT_EMAIL: team@discourse.org
Expand Down
2 changes: 1 addition & 1 deletion lib/discourse_fonts.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module DiscourseFonts
VERSION = "0.0.10"
VERSION = "0.0.11"

def self.path_for_fonts
File.expand_path("../../vendor/assets/fonts", __FILE__)
Expand Down

0 comments on commit 422ef39

Please sign in to comment.