Skip to content

Release

Release #26

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
version:
description: "new version number"
required: true
jobs:
release:
uses: gravitl/devops/.github/workflows/netclientRelease.yml@master

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 12, Col: 11): Error from called workflow gravitl/devops/.github/workflows/netclientRelease.yml@master (Line: 204, Col: 23): Unrecognized named-value: 'github_env'. Located at position 1 within expression: github_env.VERSION
with:
version: ${{ inputs.version }}
secrets: inherit