Skip to content

separate package Blammo-wai (#49) #56

separate package Blammo-wai (#49)

separate package Blammo-wai (#49) #56

Workflow file for this run

name: Release
on:
push:
branches: main
jobs:
release:
runs-on: ubuntu-latest
strategy:
matrix:
package:
- Blammo
- Blammo-wai
steps:
- uses: actions/checkout@v4
- id: tag
uses: freckle/haskell-tag-action@v1
with:
package-yaml: ${{ matrix.package }}/package.yaml
tag-prefix: ${{ matrix.package }}-v
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: steps.tag.outputs.tag
run: stack upload --pvp-bounds lower
with:

Check failure on line 30 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: 30, Col: 9): Unexpected value 'with'
working-directory: ${{ matrix.package }}
env:
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
STACK_YAML: ../stack-lts-16.31.yaml