Skip to content

Commit

Permalink
Feature/activate release action (#32)
Browse files Browse the repository at this point in the history
* release on master

* release on master with package
  • Loading branch information
WolverMinion authored Feb 4, 2021
1 parent 7d7449c commit 7156c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build,Test & Upload Package (master)
if: github.ref == 'refs/heads/master2'
if: github.ref == 'refs/heads/master'
run: |
export MAVEN_REPOSITORY=$(cat MAVEN_REPOSITORY)
export GITHUB_USERNAME='x-access-token'
Expand Down

0 comments on commit 7156c6d

Please sign in to comment.