Skip to content

Commit

Permalink
Merge pull request #1726 from g59/next
Browse files Browse the repository at this point in the history
refactor: upgrade zendesk
  • Loading branch information
9renpoto authored Oct 22, 2023
2 parents 7258bcd + adf267e commit 696ef44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- run: npm version ${{ inputs.semver }} --no-git-tag-version --workspaces

Expand Down Expand Up @@ -61,8 +63,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
base: main
branch: release-${{ steps.get_version.outputs.NEW_VERSION }}
base: ${{ github.ref }}
branch: release-${{ github.ref_name }}-${{ steps.get_version.outputs.NEW_VERSION }}
token: ${{secrets.GITHUB_TOKEN}}
commit-message: "bump: v${{ steps.get_version.outputs.NEW_VERSION }}"
body: ${{ steps.get_release_note.outputs.result }}
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/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"zendesk"
],
"peerDependencies": {
"node-zendesk": "^2.0.6 || ^3.0.0 || ^4.0.0"
"node-zendesk": "^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@nestjs/testing": "^10.0.0",
Expand Down

0 comments on commit 696ef44

Please sign in to comment.