Skip to content

Reusable workflows from a common repository #22

Reusable workflows from a common repository

Reusable workflows from a common repository #22

Workflow file for this run

name: Release
on:
workflow_dispatch:
run-name: Release current version for branch ${{ github.ref_name }}
jobs:
release:
uses: artembilan/spring-messaging-build-tools/spring-artifactory-release.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
buildToolArgs: dist
secrets: inherit