Skip to content

Commit

Permalink
Fix github action release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Oct 23, 2021
1 parent 04cd989 commit f5d44bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_curseforge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Package Production
run: mvn generate-resources -D generate.sources.overwrite=true -P release
- name: Publish Package to CurseForge
run: mvn package -P deploy-curseforge-action -D curseforge.auth-token=$TOKEN_CURSEFORGE
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Package Production
run: mvn generate-resources -D generate.sources.overwrite=true -P release
- name: Publish Package to GitHub
run: mvn package -P deploy-github-action -D github.auth-token=$TOKEN_GITHUB
env:
Expand Down

0 comments on commit f5d44bc

Please sign in to comment.