Skip to content

Commit

Permalink
chore: up version ruby (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf authored Sep 20, 2024
1 parent f813efb commit 87204db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 2.6
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.3

- name: Install fpm
run: gem install fpm
Expand All @@ -27,8 +27,8 @@ jobs:
uses: docker://antonyurchenko/git-release:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "false"
PRE_RELEASE: "false"
DRAFT_RELEASE: "true"
PRE_RELEASE: "true"
CHANGELOG_FILE: "none"
ALLOW_EMPTY_CHANGELOG: "true"
with:
Expand Down

0 comments on commit 87204db

Please sign in to comment.