Browse Source

fix: release-npm.yml syntax

pull/1295/head
աɨռɢӄաօռɢ 3 years ago committed by GitHub
parent
commit
128a3c8046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-npm.yml

2
.github/workflows/release-npm.yml

@ -7,13 +7,13 @@ on:
tag:
description: "Tag"
required: true
type: string
# Triggered by release-nocodb.yml
workflow_call:
inputs:
tag:
description: "Tag"
required: true
type: string
jobs:
release:
runs-on: ubuntu-latest

Loading…
Cancel
Save