Skip to content

Commit 5b28bb1

Browse files
committed
fix: checkout
1 parent 7b31c03 commit 5b28bb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12+
- uses: actions/checkout@v4
1213
- uses: ./.github/workflows/tests.yml
1314
- name: build
1415
run: npm run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"axios": "^1.11.0"
1313
},
1414
"name": "scratchattach.ts",
15-
"version": "1.0.2",
15+
"version": "1.0.3",
1616
"description": "Typescript package for accessing https://scratch.mit.edu/",
1717
"author": "faretek1",
1818
"license": "MIT",

0 commit comments

Comments
 (0)