Skip to content

Commit

Permalink
ci: reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-ki committed Nov 14, 2023
1 parent 4bdd2de commit c00bc59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
architecture: x64
- name: Install dependencies
run: pdm install -d -G dev --skip=post_install
- name: Bump changelog version
uses: release-flow/keep-a-changelog-action@v2
with:
command: bump
version: ${{ inputs.bumpType }}
tag-prefix: ""
keep-unreleased-section: True
- name: Run bumpver
run: |
pdm run bumpver update --${{ inputs.bumpType }} -vvv
Expand All @@ -58,10 +65,3 @@ jobs:
labels: release
base: main
body: ""
- name: Bump changelog version
uses: release-flow/keep-a-changelog-action@v2
with:
command: bump
version: ${{ inputs.bumpType }}
tag-prefix: ""
keep-unreleased-section: True

0 comments on commit c00bc59

Please sign in to comment.