Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii committed Jul 2, 2024
1 parent 4bd3ec6 commit e290d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
with:
deno-version: v1.x
deno-version: v1.35.x
- name: Retrieve Version
if: startsWith(github.ref, 'refs/tags/')
id: get_tag_version
Expand Down
4 changes: 2 additions & 2 deletions _tasks/build_npm_pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ await build({
],
outDir: "target/npm_pkg",
package: {
name: "subshape",
name: "deshape",
version: Deno.args[0]!,
description,
sideEffects: false,
repository: "github:paritytech/subshape",
repository: "github:dedotdev/deshape",
},
shims: {
deno: {
Expand Down

0 comments on commit e290d9a

Please sign in to comment.