Skip to content

Commit

Permalink
typo in upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
b-dean committed Sep 29, 2022
1 parent dab38c8 commit 1b88aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: version
run: 'git describe --always --dirty $GITHUB_REF_NAME | sed "s/^v//"'
- uses: actions/create-release@v1
id: create-release
id: create_release
with:
draft: false
prerelease: false
Expand Down

0 comments on commit 1b88aa7

Please sign in to comment.