Skip to content

Commit 6a9bf99

Browse files
committed
☕ Run deno publish --dry-run on CI
1 parent 92c763d commit 6a9bf99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,14 @@ jobs:
7171
registry-url: "https://registry.npmjs.org"
7272
- name: Build
7373
run: deno task build-npm
74+
75+
jsr-publish:
76+
runs-on: ubuntu-latest
77+
steps:
78+
- uses: actions/checkout@v4
79+
- uses: denoland/setup-deno@v1
80+
with:
81+
deno-version: ${{ env.DENO_VERSION }}
82+
- name: Publish (dry-run)
83+
run: |
84+
deno publish --dry-run

0 commit comments

Comments
 (0)