From f79702a87ab097958817189f86a77c1eea960ea2 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Tue, 16 Apr 2024 19:09:46 +0200 Subject: [PATCH] WIP: testing publish release DEBUG --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f7175d..71c21cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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) @@ -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 }}