We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43b12b4 + 2e3292d commit 5c24812Copy full SHA for 5c24812
.github/workflows/release-pr.yaml
@@ -115,25 +115,13 @@ jobs:
115
with:
116
node-version: '${{env.NVMRC}}'
117
118
- - name: Install Rust
119
- uses: actions-rs/toolchain@v1
120
- with:
121
- toolchain: nightly
122
- override: true
123
-
124
- name: Set Git Identity
125
run: |
126
git config --global user.name '${{env.BUILD_BOT}}'
127
git config --global user.email '${{env.BUILD_BOT}}@users.noreply.github.com'
128
env:
129
GITHUB_TOKEN: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
130
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
137
- name: Apply Node Version & Commit
138
139
yarn
0 commit comments