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 11da5e9 commit 7b31c03Copy full SHA for 7b31c03
.github/workflows/publish.yml
@@ -0,0 +1,18 @@
1
+name: publish
2
+on:
3
+ release:
4
+ types:
5
+ - published
6
+
7
+jobs:
8
+ publish:
9
+ runs-on: ubuntu-latest
10
11
+ steps:
12
+ - uses: ./.github/workflows/tests.yml
13
+ - name: build
14
+ run: npm run build
15
+ - name: publish
16
+ env:
17
+ NPM_TOKEN: ${{ secrets.WORKFLOW_AUTO_PUBLISH }}
18
+ run: npm publish
package.json
@@ -12,7 +12,7 @@
"axios": "^1.11.0"
},
"name": "scratchattach.ts",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Typescript package for accessing https://scratch.mit.edu/",
"author": "faretek1",
"license": "MIT",
0 commit comments