Skip to content

Commit

Permalink
Merge pull request #8 from Wraient/Github-Actions
Browse files Browse the repository at this point in the history
Done
  • Loading branch information
Wraient authored Oct 26, 2024
2 parents 3c5755c + ebd9830 commit b60311d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
git add VERSION.txt
git commit -m "Bump version to $new_version"
git tag "v$new_version"
echo "new_version=$new_version" >> $GITHUB_OUTPUT
echo "::set-output name=new_version::$new_version"
- name: Update Inno Setup Script with New Version
run: |
Expand All @@ -127,5 +127,10 @@ jobs:
name: "Curd v${{ steps.bump_version.outputs.new_version }}" # Use new version in release name
draft: false
prerelease: false
generate_release_notes: true
files: |
Build/curd
Build/curd.exe
Build/curdInstaller.exe
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }}

0 comments on commit b60311d

Please sign in to comment.