diff --git a/.github/workflows/package_beta.yml b/.github/workflows/package_beta.yml index ce315a28..0170e01e 100644 --- a/.github/workflows/package_beta.yml +++ b/.github/workflows/package_beta.yml @@ -21,9 +21,6 @@ jobs: echo ${{ github.event_path }} echo ${{ github.ref }} - - name: Remove Changelog - run: rm -f CHANGELOG.md - mainline: needs: is_beta runs-on: ubuntu-latest @@ -31,6 +28,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Remove Changelog + run: rm -f CHANGELOG.md + - name: Create Mainline Package uses: BigWigsMods/packager@v2 @@ -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: @@ -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: