Skip to content

Commit

Permalink
fix creating of pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Ferreira Ribeiro committed Feb 12, 2024
1 parent b807ca0 commit 5c42624
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ jobs:
VERSION=$(npm version ${{ github.event.inputs.versionType }})
echo "new_version=$VERSION" >> $GITHUB_ENV
- name: Create new branch for version bump
- name: Set VERSION_BUMP_BRANCH
run: |
VERSION_BUMP_BRANCH="version-bump-${{ github.event.inputs.versionType }}-$(date +%s)"
git checkout -b $VERSION_BUMP_BRANCH
git push origin $VERSION_BUMP_BRANCH
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 5c42624

Please sign in to comment.