We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b31c03 commit 5b28bb1Copy full SHA for 5b28bb1
.github/workflows/publish.yml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
+ - uses: actions/checkout@v4
13
- uses: ./.github/workflows/tests.yml
14
- name: build
15
run: npm run build
package.json
@@ -12,7 +12,7 @@
"axios": "^1.11.0"
},
"name": "scratchattach.ts",
- "version": "1.0.2",
+ "version": "1.0.3",
16
"description": "Typescript package for accessing https://scratch.mit.edu/",
17
"author": "faretek1",
18
"license": "MIT",
0 commit comments