Skip to content

Commit

Permalink
fix: release from root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith authored and Simon Smith committed May 25, 2023
1 parent 4762485 commit e0bab6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn build
cp package.json dist
yarn release
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"pkgRoot": "dist",
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@simonsmith/cypress-image-snapshot",
"packageManager": "yarn@3.5.0",
"version": "7.0.0",
"version": "7.0.0-beta.1",
"files": [
"dist"
],
"scripts": {
"test:open": "npm-run-all build --parallel --race cypress:open cypress:server",
"test:run": "npm-run-all build --parallel --race cypress:run cypress:server",
Expand Down

0 comments on commit e0bab6a

Please sign in to comment.