CI, README, CHANGELOG, internal docs for the libvips migration #63
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Doesn't work because of rubygems.org MFA requirements for API access | |
| # name: Publish Gem | |
| # on: | |
| # push: | |
| # tags: | |
| # - "*" | |
| # workflow_dispatch: | |
| # jobs: | |
| # publish: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: actions/checkout@v3 | |
| # - uses: ruby/setup-ruby@v1 | |
| # with: | |
| # ruby-version: "3.0" | |
| # bundler-cache: true | |
| # - uses: dawidd6/action-publish-gem@v1 | |
| # with: | |
| # api_key: ${{secrets.RUBYGEMS_API_KEY}} | |
| # github_token: ${{secrets.GITHUB_TOKEN}} |