Skip to content

Commit f4a76b5

Browse files
committed
1 parent f53a9cf commit f4a76b5

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.github/workflows/jsr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
deno-version: ${{ env.DENO_VERSION }}
2525
- name: Publish
2626
run: |
27-
deno run -A jsr:@david/publish-on-tag@0.1.3
27+
deno run -A jsr:@david/publish-on-tag@0.2.0

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,3 @@ jobs:
145145
os: ${{ runner.os }}
146146
files: ./coverage.lcov
147147
token: ${{ secrets.CODECOV_TOKEN }}
148-
149-
jsr-publish:
150-
runs-on: ubuntu-latest
151-
steps:
152-
- uses: actions/checkout@v4
153-
- uses: denoland/setup-deno@v1
154-
with:
155-
deno-version: ${{ env.DENO_VERSION }}
156-
- name: Publish (dry-run)
157-
run: |
158-
deno publish --dry-run

deno.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@denops/std",
3-
"version": "0.0.0",
43
"exports": {
54
".": "./mod.ts",
65
"./argument": "./argument/mod.ts",

0 commit comments

Comments
 (0)