Skip to content

Commit

Permalink
Fix invalid yaml file (dupliate env)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Oct 6, 2023
1 parent af164d6 commit f4c001f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ runs:
uses: actions/github-script@v6
env:
version: ${{ steps.latest.outputs.output }}
GITHUB_RELEASE_BODY: ${{ steps.release-notes.outputs.body }}
with:
github-token: ${{ inputs.github-token }}
retries: 3
Expand All @@ -147,8 +148,6 @@ runs:
tag_name: process.env.version,
draft: false,
})
env:
GITHUB_RELEASE_BODY: ${{ steps.release-notes.outputs.body }}
# We need to manually trigger a release workflow since GitHub actions cannot
# automatically trigger other GitHub actions.
Expand Down

0 comments on commit f4c001f

Please sign in to comment.