Skip to content

Commit

Permalink
New release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Dec 14, 2023
1 parent e46d83d commit 9539d82
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@ name: Release

on:
workflow_dispatch:
inputs:
otp:
description: "One-time password for RubyGems.org"
required: true

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
release:
uses: ybiquitous/.github/.github/workflows/ruby-release-reusable.yml@main
with:
otp: ${{ github.event.inputs.otp }}
secrets:
api-key: ${{ secrets.GEM_HOST_API_KEY }}
uses: ybiquitous/.github/.github/workflows/ruby-release-reusable.yml@new-ruby-release # TODO: Switch to @main

0 comments on commit 9539d82

Please sign in to comment.