diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b241f6d..af067ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,10 +2,6 @@ name: Release on: workflow_dispatch: - inputs: - otp: - description: "One-time password for RubyGems.org" - required: true concurrency: group: ${{ github.workflow }} @@ -13,8 +9,4 @@ concurrency: 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c51df..ffd9295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## Head + +- No actual changes. Just switch to a new simplified release workflow. + ## 0.10.0 - **Breaking:** Change refinement to `extend` in an anonymous module. The usage should change as follows: