Skip to content

Commit

Permalink
Merge pull request #403 from uploadcare/chore/fix-ci-release-workflow
Browse files Browse the repository at this point in the history
chore: fix release trigger workflow
  • Loading branch information
nd0ut authored Aug 8, 2024
2 parents 4a1f23f + 8549a49 commit 59cc1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- run: npm ci
- run: npm build
- run: npm test
- run: npm run build
- run: npm run test
- run: npm run release:trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 59cc1dd

Please sign in to comment.