Skip to content

Commit

Permalink
fix(ci): release pipeline fix (#25)
Browse files Browse the repository at this point in the history
* update to node 18
* remove create pull request for now
---------

Signed-off-by: Carlo van Driesten <[email protected]>
Co-authored-by: Carlo van Driesten <[email protected]>
  • Loading branch information
samikachai and jdsika authored Dec 13, 2024
1 parent 3bc4ca6 commit b34e891
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "18"

- name: Install dependencies
run: npm install
Expand Down Expand Up @@ -52,15 +52,6 @@ jobs:
git add CHANGELOG.md
git commit -m "chore: update changelog for $GITHUB_REF"
- name: Create a Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: update-changelog
commit-message: "chore: update changelog"
title: "Update Changelog"
body: "This pull request updates the changelog with the latest changes."
base: main

- name: Create GitHub Release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
id: create_release
Expand Down

0 comments on commit b34e891

Please sign in to comment.