Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 11, 2021
1 parent af2cdbe commit 5b66c96
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 @@ -110,15 +110,15 @@ jobs:
echo "##[set-output name=tag;]$tag"
id: tag
- name: Generate release artifacts
run: make manifests changelog TAG=${{ github.tag.inputs.tag }}
run: make manifests changelog TAG=${{ github.tag.outputs.tag }}
- name: Draft release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.tag.inputs.tag }}
tag_name: ${{ github.tag.outputs.tag }}
draft: true
prerelease: true
body_path: changelog
files: |
config/*.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5b66c96

Please sign in to comment.