Skip to content

Commit

Permalink
Merge pull request #346 from saleor/test-release
Browse files Browse the repository at this point in the history
Fix CI/CD workflow for dev tag release
  • Loading branch information
krzysztofzuraw authored Mar 1, 2024
2 parents 89b1cf0 + 7750adc commit d4a7fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- args: [--frozen-lockfile]
- name: Check for changeset
run: pnpm exec changeset status --since origin/main
- name: Build package
run: pnpm build
- name: Create .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "prettier --loglevel warn --write . && eslint --fix .",
"copy-readme": "cp README.md dist/README.md",
"publish:ci-prod": "pnpm publish --dry-run",
"publish:ci-dev": "pnpm publish --dry-run --tag dev",
"publish:ci-dev": "pnpm publish --dry-run --tag dev --no-git-checks",
"lint-staged": "lint-staged"
},
"keywords": [],
Expand Down

0 comments on commit d4a7fb1

Please sign in to comment.