-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
19 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,11 +94,9 @@ jobs: | |
- uses: ./.github/actions/setup-node | ||
|
||
- name: Install cargo-codspeed | ||
uses: baptiste0928/cargo-install@v2.2.0 | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
crate: cargo-codspeed | ||
version: "2.6.0" | ||
locked: true | ||
tool: [email protected] | ||
|
||
- name: Build the benchmark target(s) | ||
run: cargo codspeed build --workspace --exclude swc_plugin_runner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,16 +69,15 @@ jobs: | |
|
||
- uses: ./.github/actions/setup-node | ||
|
||
- uses: taiki-e/install-action@v2 | ||
- name: Install git-cliff | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
tool: [email protected] | ||
|
||
- name: Install cargo-edit | ||
uses: baptiste0928/cargo-install@v2.2.0 | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
crate: cargo-edit | ||
version: "0.12.2" | ||
locked: true | ||
tool: [email protected] | ||
|
||
- name: "Setup jq" | ||
uses: dcarbone/install-jq-action@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,17 +51,14 @@ jobs: | |
profile: minimal | ||
|
||
- name: Install cargo-edit | ||
uses: baptiste0928/cargo-install@v2.2.0 | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
crate: cargo-edit | ||
version: "0.12.2" | ||
locked: true | ||
tool: [email protected] | ||
|
||
- name: Install cargo-mono | ||
uses: baptiste0928/cargo-install@v2.2.0 | ||
- name: Install cargo-edit | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
crate: cargo-mono | ||
version: "0.3.7" | ||
tool: [email protected] | ||
|
||
- run: cargo bump | ||
|
||
|
@@ -88,17 +85,14 @@ jobs: | |
profile: minimal | ||
|
||
- name: Install cargo-edit | ||
uses: baptiste0928/cargo-install@v2.2.0 | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
crate: cargo-edit | ||
version: "0.12.2" | ||
locked: true | ||
tool: [email protected] | ||
|
||
- name: Install cargo-mono | ||
uses: baptiste0928/cargo-install@v2.2.0 | ||
- name: Install cargo-edit | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
crate: cargo-mono | ||
version: "0.3.7" | ||
tool: [email protected] | ||
|
||
- name: Update constant of swc_core | ||
run: npx ts-node .github/bot/src/cargo/update-constants.ts | ||
|
@@ -110,15 +104,6 @@ jobs: | |
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} | ||
run: | | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
cargo mono publish --no-verify | ||
determine-nightly-version: | ||
name: "Determine nightly version" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,4 @@ git commit -m 'chore: Update changelog' || true | |
|
||
# Publish packages | ||
git push [email protected]:swc-project/swc.git --no-verify | ||
git push [email protected]:swc-project/swc.git --no-verify --tags | ||
# (cd ./bindings && cargo mono publish --no-verify) | ||
git push [email protected]:swc-project/swc.git --no-verify --tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters