Skip to content

Commit

Permalink
Tweak release access workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 12, 2021
1 parent b9e291b commit 6698072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn install --file pom.xml
run: mvn -Drelease verify --file pom.xml

- name: 'Release early-access artifacts'
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 6698072

Please sign in to comment.