Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Nov 30, 2021
1 parent 7a23340 commit c6a2fec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 40 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/maven-publish.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish package to GitHub Packages
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-vsp</groupId>
<artifactId>pt-extensions</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<name>MATSim pt extensions</name>
<description>MATSim experimental pt extensions</description>
Expand Down Expand Up @@ -61,11 +61,6 @@
<id>com.slimjars.trove4j</id>
<url>https://mvn.slimjars.com</url>
</repository>

<repository>
<id>SBB</id>
<url>https://schweizerischebundesbahnen.bintray.com/simba.mvn</url>
</repository>
</repositories>

<distributionManagement>
Expand Down

0 comments on commit c6a2fec

Please sign in to comment.