Skip to content

Commit

Permalink
remove manual trigger from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Mar 30, 2024
1 parent 933e82c commit 76ecc7d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Publish
on:
release:
types: [ created ]
workflow_dispatch:
inputs:
version:
description: 'Version'
required: true

jobs:
deploy:
Expand All @@ -23,7 +18,7 @@ jobs:

- name: Publish Artifact
env:
RELEASE_TAG_NAME: version
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
OSS_PASSWORD: ${{ secrets.OSS_PASSWORD }}
OSS_STAGING_PROFILE_ID: ${{ secrets.OSS_STAGING_PROFILE_ID }}
Expand Down

0 comments on commit 76ecc7d

Please sign in to comment.