Skip to content

Commit

Permalink
Add missing id to release step
Browse files Browse the repository at this point in the history
  • Loading branch information
alza-bitz committed Nov 3, 2020
1 parent 8f0bae5 commit 5118875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
- name: "Download"
uses: actions/download-artifact@v2
- name: "Release"
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5118875

Please sign in to comment.