Skip to content

Commit

Permalink
Version 3.2.4 to release aarch64-linux-musl.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 4, 2024
1 parent 6842c36 commit 407ba96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Release RubyGem'
name: "Release RubyGem"
on:
push:
tags:
- 'v*'
- "v*"
branches:
- 'release-gem'
- "release-gem"
jobs:
build:
name: Release cross gems
Expand All @@ -18,19 +18,20 @@ jobs:
- x86_64-linux
- aarch64-linux
- x86_64-linux-musl
- aarch64-linux-musl
steps:
- uses: actions/checkout@v3
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1.1.9
with:
ruby-version: '3.3'
ruby-version: "3.3"
bundler-cache: false
cargo-cache: true
cargo-vendor: true

- uses: oxidize-rb/actions/cross-gem@v1.1.9
with:
platform: ${{ matrix.ruby-platform }}
ruby-versions: '3.3,3.2,3.1'
ruby-versions: "3.3,3.2,3.1"

- uses: actions/upload-artifact@v2
with:
Expand All @@ -45,7 +46,7 @@ jobs:

- uses: oxidize-rb/actions/setup-ruby-and-rust@main
with:
ruby-version: '3.3'
ruby-version: "3.3"
bundler-cache: false
cargo-cache: true
cargo-vendor: true
Expand All @@ -71,7 +72,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: "3.3"
bundler-cache: true
- uses: actions/download-artifact@v3
with:
Expand All @@ -83,7 +84,7 @@ jobs:

- name: Publish to RubyGem
env:
RUBYGEM_TOKEN: '${{secrets.RUBYGEM_TOKEN}}'
RUBYGEM_TOKEN: "${{secrets.RUBYGEM_TOKEN}}"
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
Expand Down
2 changes: 1 addition & 1 deletion lib/rucaptcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RuCaptcha
VERSION = "3.2.3"
VERSION = "3.2.4"
end

0 comments on commit 407ba96

Please sign in to comment.