Skip to content

Commit

Permalink
Change from SNAPSHOT to rc1 in trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswin-MN authored Aug 3, 2020
1 parent 89df066 commit 202960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Publish the maven package
run: |
chmod +x ./deploy.sh
./deploy.sh admin $GITHUB_WORKSPACE/settings.xml SNAPSHOT
./deploy.sh admin $GITHUB_WORKSPACE/settings.xml rc1
env:
GPG_TTY: $(tty)
- name: Analyze with SonarCloud
Expand Down

0 comments on commit 202960d

Please sign in to comment.