Skip to content

Added versioning from CI #54

Added versioning from CI

Added versioning from CI #54

name: clients-java-push-to-dev
on:
push:
branches:
- dev/*
workflow_dispatch:
jobs:
build-stage:
name: Build stage
uses: ./.github/workflows/release-stage.yaml

Check failure on line 12 in .github/workflows/push-to-stage.yaml

View workflow run for this annotation

GitHub Actions / clients-java-push-to-dev

Invalid workflow file

The workflow is not valid. .github/workflows/push-to-stage.yaml (Line: 12, Col: 11): Input ref is required, but not provided while calling. .github/workflows/push-to-stage.yaml (Line: 12, Col: 11): Input version is required, but not provided while calling.
with:
branch: ${{ github.ref }}
secrets: inherit