Skip to content

Commit

Permalink
Merge pull request #19 from Avarei/fix/pipeline
Browse files Browse the repository at this point in the history
set repo directive correctly for forks
  • Loading branch information
Avarei committed Jul 3, 2024
2 parents b8d8be8 + 6ef0905 commit da83c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Package and Create GitHub Release
id: create_package
run: make pkl-release TAG=$TAG_NAME TARGET=${{ github.sha }}
run: make pkl-release REPO=github.com/${{ github.repository}} TAG=$TAG_NAME TARGET=${{ github.sha }}

0 comments on commit da83c70

Please sign in to comment.