Skip to content

Commit 66452cc

Browse files
committedJul 30, 2024·
chore: release 1.0.0-rc.13
1 parent 5c14381 commit 66452cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424

2525
cache-key-suffix:
2626
description: Suffix for the cache key (development purposes only).
27-
default: 1.0.0-rc.12
27+
default: 1.0.0-rc.13
2828

2929
commit:
3030
description: Whether to commit changes locally.
@@ -73,7 +73,7 @@ inputs:
7373
script:
7474
description: >
7575
Specifier for the main script to run (development purposes only).
76-
default: jsr:@molt/action@1.0.0-rc.12
76+
default: jsr:@molt/action@1.0.0-rc.13
7777

7878
source:
7979
description: >

‎deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@molt/action",
3-
"version": "1.0.0-rc.12",
3+
"version": "1.0.0-rc.13",
44
"exports": "./main.ts",
55
"publish": {
66
"include": [

0 commit comments

Comments
 (0)
Please sign in to comment.