Skip to content

build(deps-dev): Bump nx from 18.2.3 to 18.2.4 #3

build(deps-dev): Bump nx from 18.2.3 to 18.2.4

build(deps-dev): Bump nx from 18.2.3 to 18.2.4 #3

Workflow file for this run

name: "Release"
on:
workflow_dispatch:
inputs:
tag:
description: override release tag
required: false
pull_request:
branches:
- "main"
- "next"
- "alpha"
- "beta"
jobs:
release:
uses: storm-software/storm-ops/.github/workflows/release@main

Check failure on line 18 in .github/workflows/build-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-release.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
with:
tag: ${{ env.TAG }}
stormBot: Stormie-Bot
secrets:
githubToken: ${{ github.token }}
npmToken: ${{ secrets.STORM_BOT_NPM_TOKEN }}
cargoToken: ${{ secrets.STORM_BOT_CARGO_TOKEN }}