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 5fdbf2c commit 27301ac
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 @@ -280,6 +280,11 @@ jobs:
echo "commit-sha7: ${{ steps.nightly.outputs.commit-sha7 }}"
shell: bash

- name: install fs-xattr (mac)
if: runner.os == 'macOS'
run: |
pip install setuptools
- name: Install dependencies 👨🏻‍💻
uses: nick-fields/retry@v2
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 27301ac

Please sign in to comment.