Skip to content

Commit

Permalink
Merge branch 'main' into specs/kiota-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maisarissi authored Mar 8, 2024
2 parents 5d8a182 + 2d34ab5 commit 0561707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
- name: Push to GitHub Packages - Nightly
if: contains(github.ref, env.PREVIEW_BRANCH)
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand All @@ -84,7 +84,7 @@ jobs:
# we can't get the sequence number from ADO so we default it back to github run number
- name: Push to GitHub Packages - Release
if: contains(github.ref, 'refs/tags/v')
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"Version": "1.0.0-preview.14"
}
],
"DependencyInstallCommand": "npm install {0}@{1} -S"
"DependencyInstallCommand": "npm install {0}@{1} -SE"
},
"PHP": {
"MaturityLevel": "Stable",
Expand Down

0 comments on commit 0561707

Please sign in to comment.