Skip to content

Bump the bundler-dependencies group with 2 updates #21

Bump the bundler-dependencies group with 2 updates

Bump the bundler-dependencies group with 2 updates #21

Workflow file for this run

name: Tag and Release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "lib/tiktoken_ruby/version.rb"
pull_request_target:
types:
- closed
permissions:
pull-requests: write
contents: write
id-token: write
actions: write
jobs:
ruby:
uses: gjtorikian/actions/.github/workflows/ruby_gem_release.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
gem_name: tiktoken_ruby
version_filepath: lib/tiktoken_ruby/version.rb
oxidized: true
prepare: ${{ github.event_name == 'push' }}
release: ${{ github.event_name == 'workflow_dispatch' || ((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release'))) }}
oidc_role_to_assume: rg_oidc_akr_3jwh8zr6mroh6nafxc7s
include_musl: true