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 5a507b3 commit 9365426
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,7 @@ jobs:
needs: build # This job depends on the build job

steps:
- uses: actions/checkout@v3

- name: Download release artifact
uses: actions/download-artifact@v3
with:
name: release

- name: Create GitHub Release
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Replace with your access token
with:
tag_name: ${{ github.sha }} # You can customize the tag name here
file_glob: release/*
draft: false # Set to true to create a draft release
prerelease: false # Set to true for pre-releases
- name: Create Release
uses: ncipollo/[email protected]


0 comments on commit 9365426

Please sign in to comment.