Skip to content

Commit

Permalink
correcting CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TortugaAttack committed May 10, 2021
1 parent a46ff51 commit 4ac73b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
destination_dir: ./
- run: mvn package -Dmaven.test.skip=true
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -59,3 +60,7 @@ jobs:
asset_path: ./target/${{ env.RELEASE_ARTIFACTID }}-${{ env.RELEASE_VERSION }}-shaded.jar
asset_name: lpbenchgen-${{ env.RELEASE_VERSION }}.jar
asset_content_type: application/zip
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20 changes: 0 additions & 20 deletions .github/workflows/package.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.dice_group</groupId>
<artifactId>LPBenchGen</artifactId>
<artifactId>lpbenchgen</artifactId>
<version>${major.minor.version}.${build.version}</version>
<licenses>
<license>
Expand Down Expand Up @@ -201,7 +201,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/dice-group/LPBenchGen</url>
<url>https://maven.pkg.github.com/dice-group/lpbenchgen</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 4ac73b9

Please sign in to comment.