Skip to content

Commit

Permalink
Added release step to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sknull committed Nov 24, 2019
1 parent d86785b commit c287f08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Build with Maven
run: mvn -B clean package
- name: Release
uses: qcastel/github-actions-maven/actions/release@master
with:
release-branch-name: "master"
uses: qcastel/github-actions-maven/actions/release@master
with:
release-branch-name: "master"

git-release-bot-name: "release-bot"
git-release-bot-email: "[email protected]"
git-release-bot-name: "release-bot"
git-release-bot-email: "[email protected]"

access-token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
access-token: ${{ secrets.GITHUB_ACCESS_TOKEN }}

0 comments on commit c287f08

Please sign in to comment.