Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 9, 2024
1 parent c5551cb commit 2c2e71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}
ref: 'merge-changelogs'
# ref: 'main'
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion scripts/before-bump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { resolve, sep } from 'path';
import { readFile, readdir } from 'fs/promises';
import { formatJson, unixEOL } from '@sap-cloud-sdk/util';
import { transformFile, nextSdkVersion } from './util';
import { validMessageTypes } from './merge-changelogs';
import { validMessageTypes } from '../build-packages/merge-changelogs';

function updateRootPackageJson(version: string) {
transformFile(resolve('package.json'), packageJson =>
Expand Down

0 comments on commit 2c2e71f

Please sign in to comment.