Skip to content

Commit

Permalink
Fix CD creates github release at the current git ref not at master
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Jun 20, 2022
1 parent ad43980 commit c7f1a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
draft: true
prerelease: false
files: artifacts/*.zip
target_commitish: ${{ github.ref }}

0 comments on commit c7f1a87

Please sign in to comment.