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
12 changes: 0 additions & 12 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,25 +115,13 @@ jobs:
with:
node-version: '${{env.NVMRC}}'

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true

- name: Set Git Identity
run: |
git config --global user.name '${{env.BUILD_BOT}}'
git config --global user.email '${{env.BUILD_BOT}}@users.noreply.github.com'
env:
GITHUB_TOKEN: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}

- name: Apply Rust Version & Commit
working-directory: ./packages/wasm/rs
run: |
cargo install cargo-edit
cargo set-version $(cat ../../../VERSION)

- name: Apply Node Version & Commit
run: |
yarn
Expand Down