Skip to content

Commit 96a1a6b

Browse files
authored
Merge pull request #1378 from layer5io/fix/release-workflow-dispatch
Fix: release workflow uses inputs.tag_name for workflow_dispatch
2 parents a474105 + 9da35c9 commit 96a1a6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Set Package Version"
4141
uses: reedyuk/npm-version@1.1.1
4242
with:
43-
version: ${{ github.event.release.tag_name }}
43+
version: ${{ github.event.release.tag_name || inputs.tag_name }}
4444

4545
- name: Install, Build, and Publish Package
4646
run: |

0 commit comments

Comments
 (0)