Skip to content

Release Workflow

Release Workflow #30

Workflow file for this run

name: Release Workflow
on:
release:
types: [published]
jobs:
publish-artifacts:
uses: reportportal/.github/.github/workflows/go-build-release.yaml@feature/EPMRPP-98957
with:
release_version: ${{ github.event.release.tag_name }}
repository_url: 'https://repo1.maven.org/maven2/com/epam/reportportal'
go_command: go build

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

View workflow run for this annotation

GitHub Actions / Release Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 19): Invalid input, go_command is not defined in the referenced workflow. .github/workflows/release.yml (Line: 14, Col: 19): Invalid input, output_dir is not defined in the referenced workflow.

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

View workflow run for this annotation

GitHub Actions / Release Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 19): Invalid input, go_command is not defined in the referenced workflow. .github/workflows/release.yml (Line: 14, Col: 19): Invalid input, output_dir is not defined in the referenced workflow.
output_dir: ./build/
branch: feature/EPMRPP-98957