Skip to content

Commit

Permalink
Merge pull request #382 from OpenFn/fix-auto-publish
Browse files Browse the repository at this point in the history
Fix auto publish
  • Loading branch information
josephjclark authored Aug 25, 2023
2 parents d1b9e27 + f89e7ec commit 2e36ba3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm publish -r --report-summary --publish-branch main
- run: pnpm changeset tag
- run: git push --tags
- run: pnpm run generate-slack-report
env:
Expand Down
4 changes: 4 additions & 0 deletions packages/runtime-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# runtime-manager

## 0.0.41

Testing auto-deploy, no changes

## 0.0.40

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/runtime-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@openfn/runtime-manager",
"version": "0.0.40",
"version": "0.0.41",
"description": "An example runtime manager service.",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"test": "pnpm ava",
"test:types": "pnpm tsc --noEmit --project tsconfig.json",
Expand Down

0 comments on commit 2e36ba3

Please sign in to comment.