Skip to content

Commit

Permalink
Every time.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed May 20, 2024
1 parent 7b747a4 commit d4ef262
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Publish
on:
push:
branches:
- main
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write
permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4
steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
- name: Publish package
run: npx jsr publish
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earthstar/willow-utils",
"version": "0.8.1",
"version": "1.0.0",
"exports": "./mod.ts",
"imports": {
"@std/assert": "jsr:@std/assert@^0.225.1",
Expand Down

0 comments on commit d4ef262

Please sign in to comment.