Skip to content

Commit

Permalink
Merge pull request #437 from OpenFn/publish-test
Browse files Browse the repository at this point in the history
publish: test
  • Loading branch information
josephjclark authored Nov 6, 2023
2 parents de20432 + 0049def commit 93f27d7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: pnpm config set "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm changeset publish --report-summary --publish-branch main --access=public
- run: pnpm publish -r --report-summary --publish-branch main --access=public
- run: git push --follow-tags
- run: pnpm run generate-slack-report
env:
Expand Down
7 changes: 7 additions & 0 deletions integration-tests/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/integration-tests-worker

## 1.0.6

### Patch Changes

- Updated dependencies
- @openfn/ws-worker@0.1.5

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfn/integration-tests-worker",
"private": true,
"version": "1.0.5",
"version": "1.0.6",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
6 changes: 6 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ws-worker

## 0.1.5

### Patch Changes

- Test release

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/ws-worker",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 93f27d7

Please sign in to comment.