Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Jul 29, 2024
1 parent c3d9fec commit e05be91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0 # gets entire git history, needed for automatic changelogs

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
uses: BigWigsMods/packager@v2
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -n "{package-name}-{project-version}"
shell: bash

# once cloned, we just run the GitHub Action for the packager project
#- name: Package and release
# uses: BigWigsMods/packager@v2

0 comments on commit e05be91

Please sign in to comment.