Skip to content

Commit

Permalink
skip e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
alphabiz-se4 committed Sep 13, 2024
1 parent 794327e commit c7cead2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
fi
shell: bash

- uses: actions/setup-python@v5
if: runner.os == 'macOS'
with:
python-version: '3.8'

- name: Setup Node.js ${{ matrix.node-version }} 📮
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"targetTagName": "main",
"newTagName": "0.3.2"
"newTagName": "0.3.3"
}

0 comments on commit c7cead2

Please sign in to comment.