-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: broken pipeline for 0.4.4 (#782)
Fixes erroneous usage of `setup-deno` which has been replaced by `ghjk` itself. #### Migration notes ... - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change
- Loading branch information
Showing
4 changed files
with
0 additions
and
135 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -30,9 +30,6 @@ jobs: | |
fetch-depth: 0 | ||
- uses: WyriHaximus/[email protected] | ||
id: latest-tag | ||
- uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: v${{ env.DENO_VERSION }} | ||
- uses: kenji-miyake/setup-git-cliff@v2 | ||
- run: | | ||
VERSION=$(ghjk x version-print) | ||
|
@@ -161,9 +158,6 @@ jobs: | |
id: latest-tag | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: mozilla-actions/[email protected] | ||
- uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: ${{ env.DENO_VERSION }} | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- shell: bash | ||
env: | ||
|
@@ -336,9 +330,6 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: v${{ env.DENO_VERSION }} | ||
- uses: kenji-miyake/setup-git-cliff@v2 | ||
- id: bump | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -81,9 +81,6 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: mozilla-actions/[email protected] | ||
- uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: ${{ env.DENO_VERSION }} | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- shell: bash | ||
run: | | ||
|
@@ -236,9 +233,6 @@ jobs: | |
detached: true | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: mozilla-actions/[email protected] | ||
- uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: ${{ env.DENO_VERSION }} | ||
# - name: Cache deno dir | ||
# uses: actions/cache@v4 | ||
# with: | ||
|
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