Skip to content

Commit

Permalink
Fix mattermost message (#94)
Browse files Browse the repository at this point in the history
* Remove changelog input
  • Loading branch information
levisingularity authored Feb 8, 2024
1 parent d60d162 commit c801a3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
description: "Version to tag"
required: true

changelog:
description: "Changelog"
required: true
type: string

jobs:
tag:
uses: singnet/das-scripts-pipeline/.github/workflows/action.yml@master
Expand All @@ -24,7 +19,6 @@ jobs:
version-tag-regex-pattern: /^v\d+\.\d+\.\d+$/
version-require-confirmation: "true"
library: hyperon-das-atomdb
changelog: ${{ inputs.changelog }}
secrets: inherit

publish:
Expand Down

0 comments on commit c801a3e

Please sign in to comment.