Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed Mar 21, 2024
1 parent 5387f30 commit a122ad9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
# .github/workflows/publish.yml

name: Publish to JSR

name: Publish to jsr.io
on:
push:
branches:
- main
release:
types: [released]
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
id-token: write
uses: cross-org/workflows/.github/workflows/jsr-publish.yml@main
10 changes: 5 additions & 5 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/dir",
"version": "0.1.0",
"version": "1.0.0",
"exports": "./mod.ts",

"tasks": {
Expand All @@ -12,11 +12,11 @@
"indentWidth": 4
},
"imports": {
"@cross/deepmerge": "jsr:@cross/deepmerge@^0.2.1",
"@cross/env": "jsr:@cross/env@^0.2.5",
"@cross/runtime": "jsr:@cross/runtime@^0.0.17",
"@cross/deepmerge": "jsr:@cross/deepmerge@^1.0.0",
"@cross/env": "jsr:@cross/env@^1.0.0",
"@cross/runtime": "jsr:@cross/runtime@^1.0.0",
"@cross/test": "jsr:@cross/test@^0.0.8",
"@cross/utils": "jsr:@cross/utils@^0.4.0",
"@cross/utils": "jsr:@cross/utils@^0.6.2",
"@std/assert": "jsr:@std/assert@^0.219.1"
}
}

0 comments on commit a122ad9

Please sign in to comment.