Skip to content

Commit

Permalink
commenting out release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sknull committed Nov 24, 2019
1 parent c287f08 commit 79471b4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: mvn -B clean package
- name: Release
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]"

access-token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
# - name: Release
# 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]"
#
# access-token: ${{ secrets.GITHUB_ACCESS_TOKEN }}

0 comments on commit 79471b4

Please sign in to comment.