From 960f1aee671c71087d36230182b5f2b818456e3c Mon Sep 17 00:00:00 2001 From: Thorn Walli Date: Wed, 19 Apr 2023 20:20:24 +0200 Subject: [PATCH] fix(ci): fix task --- .github/workflows/beta.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index dd1d291114..65e77acd18 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -67,5 +67,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - rsync -r --exclude ./lib ./lib/* . + rsync -r --exclude ./src ./src/* . npx -p pinst -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p @semantic-release/github semantic-release --provider=github --debug=true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0131b0eb81..f690943165 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - rsync -r --exclude ./lib ./lib/* . + rsync -r --exclude ./src ./src/* . npx -p pinst -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p @semantic-release/github semantic-release --provider=github --debug=true build-playground: