Skip to content

Commit

Permalink
feat(release): add python in node js container
Browse files Browse the repository at this point in the history
  • Loading branch information
REGIORGIO committed Oct 25, 2020
1 parent 65868e1 commit f2aa831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12'
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- run: |
npm install -g semantic-release @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/exec @semantic-release/git @semantic-release/release-notes-generator
export GH_TOKEN=${{ secrets.GH_RELEASE }}
Expand Down
3 changes: 1 addition & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "export GH_TAG=${nextRelease.version}",
"prepareCmd": "echo ${GH_TAG}",
"prepareCmd": "python3 -m pip install -r ./test/container_test/image_setup/requirements.txt;export GH_TAG=${nextRelease.version}",
}
],
]
Expand Down

0 comments on commit f2aa831

Please sign in to comment.