Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Mar 1, 2024
1 parent 5276a1e commit 9b1bd67
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Create Release
on:
workflow_dispatch:
inputs:
changelog_file:
description: Name of changelog file.
type: string
required: false
default: CHANGELOG.md

dry_run:
description: Build package but don't tag or publish.
type: boolean
Expand Down Expand Up @@ -207,7 +201,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
node ./agent-repo/bin/create-github-release.js --tag ${{ steps.get_tag.outputs.latest_tag }} --repo ${{ github.repository }} --changelog ${{ inputs.changelog_file }}
node ./agent-repo/bin/create-github-release.js --tag ${{ steps.get_tag.outputs.latest_tag }} --repo ${{ github.repository }} --changelog CHANGELOG.md
publish:
if: ${{ inputs.dry_run == false }}
Expand Down

0 comments on commit 9b1bd67

Please sign in to comment.