Skip to content

Commit

Permalink
ci: multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkg committed Nov 4, 2019
1 parent 1314fe7 commit 30ef730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
run: |
mvn versions:set -DnewVersion=${{ github.event.release['name'] }}
mvn -s ./settings.xml deploy -U

0 comments on commit 30ef730

Please sign in to comment.