Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from levino/feature/fix-release
Browse files Browse the repository at this point in the history
fix: release script
  • Loading branch information
levino authored May 2, 2023
2 parents fd5b2c9 + a2d3f00 commit 6857002
Show file tree
Hide file tree
Showing 6 changed files with 20,074 additions and 13,951 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,7 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- run: yarn
- run: yarn test

publish:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
876 changes: 876 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.43.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0-rc.43.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"packageManager": "yarn@4.0.0-rc.43"
}
Loading

0 comments on commit 6857002

Please sign in to comment.