Skip to content

Add release pipeline #1

Add release pipeline

Add release pipeline #1

Workflow file for this run

name: Release
on:
push:
branches:
- '**'
jobs:
release:
if: "!contains(github.repository, 'package-seed')"
uses: paytweed/ci-cd/.github/workflows/release.yml@main

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "paytweed/ci-cd/.github/workflows/release.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
PACKAGE_REGISTRY_TOKEN: ${{ secrets.PACKAGE_REGISTRY_TOKEN }}