Skip to content

feat: initial code (#1) #1

feat: initial code (#1)

feat: initial code (#1) #1

Workflow file for this run

name: Execute tests/release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
tests:
uses: ./.github/workflows/tests.yml
release-please:
needs: build

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

View workflow run for this annotation

GitHub Actions / Execute tests/release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 12): Job 'release-please' depends on unknown job 'build'.
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: sqsx