Skip to content

Commit

Permalink
Manual release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanthak committed Apr 1, 2021
1 parent e648af6 commit f8838d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:

on:
release:
types: [ created ]
types: [created]

jobs:
release_java:
Expand Down
2 changes: 1 addition & 1 deletion release.sh → release_manually.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git commit -m "[npm] prepare release @vrbo/jarviz-graph@${TMP_NPM_VERSION}"
cd "${JARVIZ_HOME}"

printf '\nPreparing release of jarviz-lib...\n'
mvn release:prepare -Dresume=false -DskipTests
mvn release:prepare -Dresume=false -DskipTests -Darguments='-DskipTests'

echo 'Done'

Expand Down

0 comments on commit f8838d4

Please sign in to comment.