Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby-3.4/3.4.1 package update #38335

Merged
merged 4 commits into from
Dec 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ruby-3.4): omit _preview from tag
Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax committed Dec 25, 2024
commit 8b2174700e7723b7dcdb8aab09c3f58da737e0e7
2 changes: 1 addition & 1 deletion ruby-3.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/ruby/ruby
tag: v${{vars.underscore-package-version}}_preview2
tag: v${{vars.underscore-package-version}}
expected-commit: 48d4efcb85000e1ebae42004e963b5d0cedddcf2

- uses: patch
Expand Down
Loading