Skip to content

Commit

Permalink
chore(ci): move from npx to yarn dlx in release
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcol committed Apr 13, 2022
1 parent 31415c2 commit b223ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.js.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
cd ..
- name: Generate Release changelog
run: npx extract-changelog-release --yes > RELEASE.md
run: yarn dlx -q extract-changelog-release > RELEASE.md

- name: Push Release to github
uses: softprops/action-gh-release@v1
Expand All @@ -65,4 +65,4 @@ jobs:
CHROME_WEB_STORE_REFRESH_TOKEN: ${{ secrets.CHROME_WEB_STORE_REFRESH_TOKEN }}
run: |
# Uploadind zip to web store
npx --yes chrome-webstore-upload-cli upload --source build/synology-download.zip --extension-id "$CHROME_WEB_STORE_EXTENSION_ID" --client-id "$CHROME_WEB_STORE_CLIENT_ID" --client-secret "$CHROME_WEB_STORE_CLIENT_SECRET" --refresh-token "$CHROME_WEB_STORE_REFRESH_TOKEN"
yarn dlx -q chrome-webstore-upload-cli upload --source build/synology-download.zip --extension-id "$CHROME_WEB_STORE_EXTENSION_ID" --client-id "$CHROME_WEB_STORE_CLIENT_ID" --client-secret "$CHROME_WEB_STORE_CLIENT_SECRET" --refresh-token "$CHROME_WEB_STORE_REFRESH_TOKEN"
Empty file modified .husky/commit-msg 100644 → 100755
Empty file.

0 comments on commit b223ba1

Please sign in to comment.