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 bc9e273 commit 873cca9Copy full SHA for 873cca9
.github/workflows/deploy.yml
@@ -44,6 +44,8 @@ jobs:
44
45
- name: Upload Release Asset
46
uses: actions/upload-release-asset@v1
47
+ env:
48
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
with:
50
upload_url: ${{ steps.create_release.outputs.upload_url }}
51
asset_path: ./contextualize.zip
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "contextualize",
3
"private": true,
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"type": "module",
6
"scripts": {
7
"dev": "vite build --watch",
0 commit comments