Skip to content

fix(): Use common tag-and-release workflow (#16) #6

fix(): Use common tag-and-release workflow (#16)

fix(): Use common tag-and-release workflow (#16) #6

name: tag-and-release
on:
push:
branches:
- main
paths:
- 'lib/**/version.rb'
jobs:
release:
uses: rewindio/github-action-common/.github/workflows/tag-and-release.yml@v1

Check failure on line 12 in .github/workflows/tag-and-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tag-and-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tag-and-release.yml" -> "rewindio/github-action-common/.github/workflows/tag-and-release.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
registry: rubygems
secrets:
REGISTRY_API_KEY: ${{ secrets.GITHUB_TOKEN }}