Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 10, 2023
1 parent b9c8487 commit 251a381
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
needs: [build-linux, build-windows]

steps:
- uses: actions/checkout@v3

- name: Download windows artifact
id: linux
uses: actions/download-artifact@v3
Expand All @@ -77,10 +75,13 @@ jobs:
name: 'hasherino-linux'
path: 'artifacts'

- uses: actions/checkout@v3
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.1.2
with:
release_version: ${{ github.event.inputs.release_version }}
release_version: ${{ env.RELEASE_VERSION }}

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 251a381

Please sign in to comment.