Skip to content

Workflow file for this run

#
# This source file is part of the Stanford Biodesign Digital Health Spezi Web Design System open-source project
#
# SPDX-FileCopyrightText: 2024 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Deployment
on:
release:
types: [published]
workflow_dispatch:
concurrency:
group: production
cancel-in-progress: false
jobs:
build-and-test:
name: Build and Test
uses: ./.github/workflows/build-and-test.yml
permissions:
contents: read
checks: write
actions: read
security-events: write
secrets: inherit
publishpackage:
name: Publish Package
uses: StanfordBDHG/.github/.github/workflows/npm-publish-package.yml@39b0d06

Check failure on line 32 in .github/workflows/deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployment.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deployment.yml" -> "StanfordBDHG/.github/.github/workflows/npm-publish-package.yml@39b0d06" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
packageVersion: ${{ github.event.release.tag_name }}