Skip to content

Commit

Permalink
Remove change log for beta builds
Browse files Browse the repository at this point in the history
This will create a git based changelog when packaged
  • Loading branch information
Gethe committed Feb 3, 2023
1 parent 4f75cc5 commit bbbf539
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/package_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
echo ${{ github.event_path }}
echo ${{ github.ref }}
- name: Remove Changelog
run: rm -f CHANGELOG.md

mainline:
needs: is_beta
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Remove Changelog
run: rm -f CHANGELOG.md

- name: Create Mainline Package
uses: BigWigsMods/packager@v2

Expand All @@ -41,6 +41,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Remove Changelog
run: rm -f CHANGELOG.md

- name: Create Wrath Package
uses: BigWigsMods/packager@v2
with:
Expand All @@ -53,6 +56,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Remove Changelog
run: rm -f CHANGELOG.md

- name: Create Vanilla Package
uses: BigWigsMods/packager@v2
with:
Expand Down

0 comments on commit bbbf539

Please sign in to comment.