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 f266aed commit 7741e97Copy full SHA for 7741e97
.github/workflows/publish.yml
@@ -5,9 +5,6 @@ on:
5
- published
6
7
jobs:
8
- tests:
9
- uses: ./.github/workflows/tests.yml
10
-
11
publish:
12
runs-on: ubuntu-latest
13
.github/workflows/tests.yml
@@ -5,7 +5,6 @@ on:
push:
branches: ['master']
workflow_dispatch:
- workflow_call:
tests:
package.json
@@ -12,7 +12,7 @@
"axios": "^1.11.0"
},
14
"name": "scratchattach.ts",
15
- "version": "1.0.9",
+ "version": "1.0.10",
16
"description": "Typescript package for accessing https://scratch.mit.edu/",
17
"author": "faretek1",
18
"license": "MIT",
0 commit comments