Skip to content

Commit

Permalink
fix(ci): fix task
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Apr 19, 2023
1 parent 49b1c97 commit 960f1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 960f1ae

Please sign in to comment.