Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

fix: fix RPi action name #2

fix: fix RPi action name

fix: fix RPi action name #2

Workflow file for this run

name: Release
on:
# TODO: use release event instead of push
push:
workflow_dispatch:
jobs:
build-raspberry-pi:
uses: ./.github/workflows/package-raspberry-pi.yml
build-wails:
uses: ./.github/workflows/wails2.yaml
secrets:
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_USERNAME: ${{ secrets.APPLE_USERNAME }}
release-draft:
needs:
- build-raspberry-pi
- build-wails
uses: ./.github/workflows/publish-release.yaml

Check failure on line 26 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yaml (Line: 26, Col: 11): Error from called workflow getAlby/nostr-wallet-connect-next/.github/workflows/publish-release.yaml@b6fed6df8c46ad08dea8fbe4f1c9b73b18e30e7a (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
secrets:
repo-token: ${{ secrets.GITHUB_TOKEN }}