Skip to content

Commit 76ecc7d

Browse files
committed
remove manual trigger from workflow
1 parent 933e82c commit 76ecc7d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Publish
33
on:
44
release:
55
types: [ created ]
6-
workflow_dispatch:
7-
inputs:
8-
version:
9-
description: 'Version'
10-
required: true
116

127
jobs:
138
deploy:
@@ -23,7 +18,7 @@ jobs:
2318

2419
- name: Publish Artifact
2520
env:
26-
RELEASE_TAG_NAME: version
21+
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
2722
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
2823
OSS_PASSWORD: ${{ secrets.OSS_PASSWORD }}
2924
OSS_STAGING_PROFILE_ID: ${{ secrets.OSS_STAGING_PROFILE_ID }}

0 commit comments

Comments
 (0)