Skip to content

Commit

Permalink
fix: guthub script
Browse files Browse the repository at this point in the history
  • Loading branch information
menelai committed Jul 27, 2022
1 parent 2e1a0d5 commit 367fbd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- run: npm ci --legacy-peer-deps
- run: npm run build
- run: cd projects/http-request-cache
- run: npx tsc
- run: node replace.js
- working-directory: ./projects/http-request-cache
run: |
npx tsc
node replace.js
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 367fbd4

Please sign in to comment.