Skip to content

Commit

Permalink
Use main
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 13, 2024
1 parent 39c2927 commit 2754889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
node-version: ${{ vars.DEFAULT_NODE_VERSION }}
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- uses: sap/cloud-sdk-js/.github/actions/changesets-fixed-version-bump@merge-changelogs
- uses: sap/cloud-sdk-js/.github/actions/changesets-fixed-version-bump@main
name: bump version
id: bump
with:
majorVersion: ${{ inputs.majorVersion }}
- uses: sap/cloud-sdk-js/.github/actions/commit-and-tag@merge-changelogs
- uses: sap/cloud-sdk-js/.github/actions/commit-and-tag@main
name: Commit and tag
with:
version: ${{ steps.bump.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: install and build
run: pnpm install --frozen-lockfile
- uses: sap/cloud-sdk-js/.github/actions/merge-changelogs@merge-changelogs
- uses: sap/cloud-sdk-js/.github/actions/merge-changelogs@main
name: merge changelogs
id: merge-changelogs
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 2754889

Please sign in to comment.