Skip to content

Merge pull request #38 from fingerprintjs/feature/fix-workflow #57

Merge pull request #38 from fingerprintjs/feature/fix-workflow

Merge pull request #38 from fingerprintjs/feature/fix-workflow #57

Workflow file for this run

name: Release
on:
push:
branches:
- main
- develop
jobs:
release:
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-server-sdk.yml@v1

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. .github/workflows/release.yml (Line: 12, Col: 11): Input language-version is required, but not provided while calling.
with:
appId: ${{ vars.APP_ID }}
language: java
java-version: '8'
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}