-
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.
* fix(ci): make release work * fix(ci): remove npm * fix(ci): more updates to release * Update .github/actions/setup/action.yml Co-authored-by: Liam Butler-Lawrence <[email protected]> * Update .github/actions/setup/action.yml Co-authored-by: Liam Butler-Lawrence <[email protected]> --------- Co-authored-by: Liam Butler-Lawrence <[email protected]>
- Loading branch information
1 parent
ded4b80
commit 24db54c
Showing
3 changed files
with
13 additions
and
24 deletions.
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 |
---|---|---|
|
@@ -10,6 +10,12 @@ runs: | |
node-version-file: packages/npm/send/.nvmrc | ||
registry-url: "https://npm.pkg.github.com" | ||
|
||
- name: Set up Git | ||
shell: bash | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Candle Finance CI" | ||
- name: Cache dependencies | ||
id: yarn-cache | ||
uses: actions/cache@v3 | ||
|
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
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