Skip to content

Commit 6bf3b77

Browse files
committed
don't require tag passing
1 parent 55c87e7 commit 6bf3b77

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/node-builds.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,10 @@ permissions:
66

77
on:
88
workflow_dispatch:
9-
inputs:
10-
tag:
11-
required: true
12-
type: string
139
workflow_call:
14-
inputs:
15-
tag:
16-
required: true
17-
type: string
1810

1911
env:
2012
CARGO_TERM_COLOR: always
21-
TAG_NAME: ${{ inputs.tag || github.ref_name }}
2213
APP_NAME: rtc-node
2314

2415
jobs:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
if: ${{ needs.release-plz-release.outputs.ffi_tag != '' }}
8282
uses: ./.github/workflows/node-builds.yml
8383
needs: release-plz-release
84-
with:
85-
tag: ${{ needs.release-plz-release.outputs.ffi_tag }}
8684

8785
# Create a PR with the new versions and changelog, preparing the next release.
8886
release-plz-pr:

0 commit comments

Comments
 (0)