Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SoTrx committed Jun 28, 2021
1 parent c712e42 commit 0b15c1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Install all dependencies && Generate zip
run: npm pack
run: npm run pack

- name: Create Release
id: create_release
Expand All @@ -39,4 +39,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./out.zip
asset_name: ./function-upload-to-blob.zip
asset_content_type: application/octet-stream
asset_content_type: application/zip
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ local.settings.json
deploy*
.vscode
__*storage__
__azurite*
__azurite*
*.zip
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"prestart": "npm run build",
"start": "func start",
"test": "jest",
"release": "git tag v$npm_package_version && git push && git push --tags",
"test:coverage": "jest --coverage"
},
"dependencies": {
Expand Down

0 comments on commit 0b15c1b

Please sign in to comment.