Skip to content

Commit

Permalink
Merge branch 'develop' into TASK-1192
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodielm committed Sep 25, 2023
2 parents c6f6f33 + 6f3a482 commit a6bcf92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ jobs:

deploy-docker:
uses: ./.github/workflows/deploy-docker-jsorolla.yml
needs: test
needs: build
with:
cli: python3 ./docker/docker-build.py push
secrets: inherit

deploy-web:
uses: ./.github/workflows/deploy-jsorolla-web-workflow.yml
needs: [ build, test ]
needs: build
with:
version: ${{ needs.build.outputs.version }}
secrets: inherit

release:
uses: ./.github/workflows/release-github-workflow.yml
needs: [ build, test ]
needs: [ build, deploy-web, deploy-docker ]
with:
version: ${{ needs.build.outputs.version }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsorolla",
"version": "2.11.0-dev",
"version": "2.12.0-dev",
"description": "JSorolla is a JavaScript bioinformatic library for data analysis and genomic visualization",
"repository": {
"type": "git",
Expand Down

0 comments on commit a6bcf92

Please sign in to comment.