diff --git a/README.md b/README.md index 899fb48..44242b7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Pull zone ID. ``` - name: Deploy to BunnyCDN - uses: ayeressian/bunnycdn-storage-deploy@v2.1.0 + uses: ayeressian/bunnycdn-storage-deploy@v2.1.1 with: source: "dist" storageZoneName: "${{ secrets.STORAGE_NAME }}" diff --git a/package.json b/package.json index 9ea3a78..4e09021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunnycdn-storage-deploy", - "version": "2.1.0", + "version": "2.1.1", "description": "", "main": "dist/index.js", "scripts": {