Skip to content

Commit

Permalink
Merge pull request #139 from microsoft/maintenace/smh
Browse files Browse the repository at this point in the history
maintenance smh
  • Loading branch information
baywet authored Apr 23, 2021
2 parents f724ec6 + 1673577 commit e25a762
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abstractions-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
name: drop
path: |
${{ env.relativePath }}/build/libs/*.jar
${{ env.relativePath }}/lib/build/libs/*.jar
deploy:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
name: drop
path: |
${{ env.relativePath }}/build/libs/*.jar
${{ env.relativePath }}/lib/build/libs/*.jar
deploy:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
environment:
Expand Down
2 changes: 1 addition & 1 deletion core/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-core",
"version": "1.0.1",
"version": "1.0.2",
"description": "core implementation for kiota abstractions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e25a762

Please sign in to comment.