Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxIsJoe committed Dec 7, 2024
1 parent 4342164 commit 6498c78
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,5 @@ jobs:
relative_project_path: ./
archive_output: true

# This release action has worked well for me. However, you can most likely use any release action of your choosing.
# https://github.com/ncipollo/release-action
- name: create release
uses: ncipollo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
tag: "v${{ github.event.head_commit.message}}"
artifacts: ${{ steps.export.outputs.archive_directory }}/*
- name: Version generator
uses: lpenz/[email protected]

0 comments on commit 6498c78

Please sign in to comment.