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 251a381 commit 84204f5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
needs: [build-linux, build-windows]

steps:
- uses: actions/checkout@v3

- name: Download windows artifact
id: linux
uses: actions/download-artifact@v3
Expand All @@ -74,15 +76,7 @@ jobs:
with:
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: ${{ env.RELEASE_VERSION }}


- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 84204f5

Please sign in to comment.