Skip to content

.github/workflows/release.yml disabled mongo, enable redis #30

.github/workflows/release.yml disabled mongo, enable redis

.github/workflows/release.yml disabled mongo, enable redis #30

Workflow file for this run

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
name: release
permissions: write-all
jobs:
release-reusable:
uses: anyproto/any-sync-node/.github/workflows/release-reusable.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "anyproto/any-sync-node/.github/workflows/release-reusable.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit # pass all secrets
with:
start_redis: true