Skip to content

Commit

Permalink
Support any-any in yak
Browse files Browse the repository at this point in the history
  • Loading branch information
camnewnham authored Nov 14, 2023
1 parent 9197947 commit 45418bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
working-directory: ./Plugin/bin/Release
run: |
..\..\..\yak build --version ${{ github.ref_name }}
Rename-Item -Path (dir *.yak).Name -NewName ((dir *.yak).Name -replace '-rh.+\.yak','-any-any.yak')
..\..\..\yak push (dir *.yak).Name
env:
YAK_TOKEN: ${{ secrets.YAK_TOKEN }}

0 comments on commit 45418bc

Please sign in to comment.