Skip to content

Commit

Permalink
Merge branch 'feature/e2b-149-fix-deployment-systemsrelease-systems-i…
Browse files Browse the repository at this point in the history
…n-monorepo' into feature/e2b-168-add-api-key-to-python-cloud-env-sdk-warning
  • Loading branch information
jakubno committed Aug 23, 2023
2 parents 20a5014 + 5c173bf commit 8619edc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Setup Node.js 16
uses: actions/setup-node@v3
Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:

- name: Commit new versions
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "[skip ci] Release new versions"
git push
env:
Expand Down

0 comments on commit 8619edc

Please sign in to comment.