Skip to content

Commit

Permalink
fixed release workplace
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed May 28, 2024
1 parent 6791504 commit 6340bf9
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 @@ -22,7 +22,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create "${{ github.ref_name }}" --draft --title "${{ github.ref_name }}" --notes "Draft release for ${{ github.ref_name }}" --repo dominikwilkowski/vault-test
gh release create "${{ github.ref_name }}" --draft --title "${{ github.ref_name }}" --notes "Draft release for ${{ github.ref_name }}" --repo ${{ github.repository }}
macos:
name: Compiling, signing and notarizing macos app for ${{ matrix.os }}
Expand Down

0 comments on commit 6340bf9

Please sign in to comment.