Skip to content

Commit

Permalink
fix release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus committed Jan 14, 2022
1 parent bc94d36 commit e9a6db2
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 @@ -5,7 +5,7 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
Create:
create_release:
runs-on: ubuntu-latest
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
Expand Down

0 comments on commit e9a6db2

Please sign in to comment.