diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f98fc20..32e878d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: 'main' + ref: main - name: Set up python uses: actions/setup-python@v5 with: @@ -28,24 +28,7 @@ jobs: - name: Run Integ Tests run: | make tests-with-docker - make integ-tests-with-docker-x86-64 - make integ-tests-with-docker-arm64 - make integ-tests-with-docker-old - # - name: Run Integ Tests x86 - # uses: actions/setup-python@v5 - # with: - # python-version: '3.11' - # run: make integ-tests-with-docker-x86-64 - # - name: Run Integ Tests arm64 - # uses: actions/setup-python@v5 - # with: - # python-version: '3.11' - # run: make integ-tests-with-docker-arm64 - # - name: Run Integ Tests Old - # uses: actions/setup-python@v5 - # with: - # python-version: '3.11' - # run: make integ-tests-with-docker-old + make integ-tests - name: Release uses: softprops/action-gh-release@v2 with: