Skip to content

fix path of template #47

fix path of template

fix path of template #47

Workflow file for this run

name: Release Workflow
on:
release:
types: [published]
jobs:
publish-artifacts:
uses: reportportal/.github/workflows/java-build-release.yaml@feature/EPMRPP-98957

Check failure on line 9 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 prefixed with format 'owner/repository/' or './' for local workflows
with:
release_version: ${{ github.event.release.tag_name }}
repository_url: 'https://maven.pkg.github.com/'
gradle_command: ./gradlew build
branch: feature/EPMRPP-98957