Skip to content

Commit

Permalink
Update release.yml version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Wires77 authored Aug 24, 2023
1 parent 3c23de2 commit a7eb281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5
uses: actions/checkout@v3
with:
ref: 'dev'
- name: Generate Release notes
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
rm changelog_temp.txt;
mv changelog_new.txt changelog.txt
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0
uses: peter-evans/create-pull-request@v5
with:
draft: true
title: Release ${{ github.event.inputs.releaseVersion }}
Expand Down

0 comments on commit a7eb281

Please sign in to comment.