diff --git a/.github/workflows/publish-gem.yml b/.github/workflows/publish-gem.yml deleted file mode 100644 index 092d845..0000000 --- a/.github/workflows/publish-gem.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Publish Gem - -on: - push: - tags: - - "v*" -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Release Gem - if: contains(github.ref, 'refs/tags/v') - uses: cadwallion/publish-rubygems-action@master - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}} - RELEASE_COMMAND: rake release \ No newline at end of file