Skip to content

Release Workflow

Release Workflow #50

Workflow file for this run

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

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

error parsing called workflow ".github/workflows/release.yml" -> "reportportal/.github/.github/workflows/java-build-release.yaml@master" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
release_version: ${{ github.event.release.tag_name }}
repository_url: 'https://maven.pkg.github.com/'
gradle_command: ./gradlew build
branch: master