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. 12
      .github/workflows/release-npm.yml

12
.github/workflows/release-npm.yml

@ -7,13 +7,13 @@ on:
tag: tag:
description: "Tag" description: "Tag"
required: true required: true
type: string
# Triggered by release-nocodb.yml # Triggered by release-nocodb.yml
workflow_call: workflow_call:
inputs: inputs:
tag: tag:
description: "Tag" description: "Tag"
required: true required: true
type: string
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -57,8 +57,8 @@ jobs:
run: | run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
- name: automerge - name: automerge
uses: "pascalgn/automerge-action@v0.14.3" uses: "pascalgn/automerge-action@v0.14.3"
env: env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PULL_REQUEST: "${{ steps.cpr.outputs.pull-request-number }}" PULL_REQUEST: "${{ steps.cpr.outputs.pull-request-number }}"

Loading…
Cancel
Save