Skip to content

Commit 5c24812

Browse files
authored
Merge pull request #13 from polywrap/origin-0.10-dev
chore: fix release-pr workflow | /workflows/release-pr
2 parents 43b12b4 + 2e3292d commit 5c24812

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release-pr.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,13 @@ jobs:
115115
with:
116116
node-version: '${{env.NVMRC}}'
117117

118-
- name: Install Rust
119-
uses: actions-rs/toolchain@v1
120-
with:
121-
toolchain: nightly
122-
override: true
123-
124118
- name: Set Git Identity
125119
run: |
126120
git config --global user.name '${{env.BUILD_BOT}}'
127121
git config --global user.email '${{env.BUILD_BOT}}@users.noreply.github.com'
128122
env:
129123
GITHUB_TOKEN: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
130124

131-
- name: Apply Rust Version & Commit
132-
working-directory: ./packages/wasm/rs
133-
run: |
134-
cargo install cargo-edit
135-
cargo set-version $(cat ../../../VERSION)
136-
137125
- name: Apply Node Version & Commit
138126
run: |
139127
yarn

0 commit comments

Comments
 (0)