Skip to content

Commit

Permalink
chore(release): fixed create pull request of the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragolea committed Nov 19, 2024
1 parent 6b9c481 commit dbc7845
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
with:
node-version: '20'

# Install package.json dependencies
- name: Install dependencies
run: npm install

# Determine version bump type
- name: Determine version bump type
env:
Expand Down Expand Up @@ -127,8 +123,5 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
branch: feature-version-bump
title: 'chore: update version and changelog'
body: 'This PR updates the version and changelog.'
base: main
commit-message: 'chore(release): updated CHANGELOG.md and bump version increased'
labels: deploy

0 comments on commit dbc7845

Please sign in to comment.