Skip to content

Release

Release #14

Workflow file for this run

name: Release
on:
release:
types: [created]
jobs:
call-workflow:
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2
with:
josm-revision: "r18877"
java-version: 17
env:

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/ant-release.yml (Line: 13, Col: 5): Unexpected value 'env'
MAPILLARY_CLIENT_ID: ${{ secrets.MAPILLARY_CLIENT_ID }}
MAPILLARY_CLIENT_SECRET: ${{ secrets.MAPILLARY_CLIENT_SECRET }}
MAPILLARY_CLIENT_TOKEN: ${{ secrets.MAPILLARY_CLIENT_TOKEN }}