Skip to content

Build on arm

Build on arm #3

Workflow file for this run

name: Release

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: release
on:
push:
branches: [nsavoire/ci_build]
tags:
- 'v*'
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
release:
needs: build
name: Release
runs-on: ubuntu-latest
permissions:
actions: read
contents: write
# - name: Create Release
# uses: ncipollo/release-action@v1
# with:
# artifacts: "build/libs/dogburp-v*.jar"
# token: ${{ secrets.GITHUB_TOKEN }}
# allowUpdates: true
# omitBody: true