Skip to content

Commit

Permalink
WIP: testing publish release DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 16, 2024
1 parent 6cb75ed commit f79702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
name: scriptsync_yak_package
path: yaker\build

# before run this get a token from your local machine with `yak.exe login --ci`
- name: Publish to Yak test server
run: |
$YAK_FILE=$(ls *.yak)
Expand All @@ -64,8 +65,7 @@ jobs:

- name: Verify the Yak package
run: |
$NAME_PACKAGE=$(script-sync)
..\exec\Yak.exe search --source https://test.yak.rhino3d.com --all --prerelease $NAME_PACKAGE
..\exec\Yak.exe search --source https://test.yak.rhino3d.com --all --prerelease script-sync
working-directory: yaker\build
env:
YAK_TOKEN: ${{ secrets.YAK_IBOIS_TOKEN }}
Expand Down

0 comments on commit f79702a

Please sign in to comment.