Skip to content

feat: Initial automatic tag #1

feat: Initial automatic tag

feat: Initial automatic tag #1

Workflow file for this run

name: Automatic release
on:
push:
branches:
- main
jobs:
build-release:
uses: geokrety/geokrety-gha-workflows/.github/workflows/release.yml@main
with:

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

View workflow run for this annotation

GitHub Actions / Automatic release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 11, Col: 10): Unexpected value ''
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}