Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownNPC authored May 3, 2024
1 parent 9365426 commit 5d6310f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
needs: build # This job depends on the build job

steps:
- name: Create Release
uses: ncipollo/[email protected]
- name: Create GitHub Release
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Replace with your secret
with:
artifacts: ${{ artifacts.release-artifact }}
tag: ${{ github.ref }} # Use the pushed tag


0 comments on commit 5d6310f

Please sign in to comment.