Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
issues: write
pull-requests: write
name: Build Publish Library - Linux-x86_64
runs-on: ubuntu-latest
runs-on: public-blitzar-T4-gpu-vm
timeout-minutes: 600
needs: [test-check-lint]
environment: deploy #!! DO NOT CHANGE THIS LINE !! #
Expand All @@ -25,13 +25,10 @@ jobs:

- run: git config --global --add safe.directory $(realpath .)

- name: Install nix
uses: cachix/install-nix-action@v31

- name: Semantic release
run: |
nix develop --extra-experimental-features "nix-command flakes" --command npm install semantic-release
TEST_TMPDIR=$HOME/.bazel_test_opt nix develop --extra-experimental-features "nix-command flakes" --command npx semantic-release
nix develop --command npm install semantic-release
TEST_TMPDIR=$HOME/.bazel_test_opt nix develop --command npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
Loading