Skip to content

Commit

Permalink
Start next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Oct 27, 2023
1 parent a2c3e0f commit bbcbd1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/mvn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,3 @@ jobs:
run: mvn test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Deploy to Github Package Registry
run: mvn -B deploy -DskipTests
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jervenbolleman</groupId>
<artifactId>handlegraph4j</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<licenses>
<license>
Expand Down

0 comments on commit bbcbd1e

Please sign in to comment.