Skip to content

Commit

Permalink
Testing GHA parallel publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed May 9, 2024
1 parent 4b92b85 commit 595ae96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
Expand All @@ -24,7 +25,6 @@ jobs:
git tag -am "@iwsio/json-csv-core $VER publish." "json-csv-core-$VER"
git push
git push --tags
- run: npm ci -w packages/json-csv-node -w packages/json-csv-core
- run: npm run build
- run: npm publish --access public -w packages/json-csv-core
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
Expand All @@ -24,7 +25,6 @@ jobs:
git tag -am "@iwsio/json-csv-node $VER publish." "json-csv-node-$VER"
git push
git push --tags
- run: npm ci -w packages/json-csv-node -w packages/json-csv-core
- run: npm run build
- run: npm publish --access public -w packages/json-csv-node
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/json-csv-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/json-csv-core",
"version": "1.1.5-alpha.1",
"version": "1.1.5-alpha.2",
"description": "Easily convert JSON to CSV. This is a core library built for browser and node to support buffered conversion to CSV.",
"keywords": [
"json",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-csv-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/json-csv-node",
"version": "6.1.4",
"version": "6.1.5-alpha.1",
"description": "ESM/CJS module that easily converts JSON to CSV. This package supports streaming and buffered conversion to CSV.",
"homepage": "https://github.com/IWSLLC/json-csv",
"author": "Nathan Bridgewater <info@iws.io>",
Expand Down

0 comments on commit 595ae96

Please sign in to comment.