forked from chmac/nostr-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github deploy: enable corepack, prepare yarn 4
- Loading branch information
K
committed
Aug 10, 2024
1 parent
7cf8dbf
commit e949b91
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,12 @@ jobs: | |
with: | ||
node-version: '18' | ||
|
||
- name: Enable Corepack | ||
run: corepack enable | ||
|
||
- name: Prepare Yarn | ||
run: corepack prepare [email protected] --activate | ||
|
||
- name: Configure git to use HTTPS instead of SSH | ||
run: git config --global url."https://".insteadOf ssh:// | ||
|
||
|
@@ -32,4 +38,3 @@ jobs: | |
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./dist | ||
|