Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Jun 9, 2021
1 parent 03c3206 commit d8c2ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ jobs:
id: draft_release
uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4
with:
replacers:
- search: '/$NEXT_TAG/g'
replace: '${{ needs.config.outputs.tag || "$NEXT_TAG" }}'
- replacers:
- search: '/$NEXT_TAG/g'
replace: '${{ needs.config.outputs.tag || "$NEXT_TAG" }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d8c2ed0

Please sign in to comment.