Skip to content

Commit 580e718

Browse files
committed
Bump to the latest version
1 parent c734618 commit 580e718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Runs a single command using the runners shell
4040
- name: Upload Static Content
41-
uses: armhil/azure-blobs-content-uploader@1.0.5
41+
uses: armhil/azure-blobs-content-uploader@1.0.6
4242
with:
4343
clientId: ${{ secrets.ENTRA_CLIENTID }}
4444
clientSecret: ${{ secrets.ENTRA_CLIENTSECRET }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-blobs-content-uploader",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A file uploader to multiple az-blob storage accounts, primarily to help SPA developers.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)