Skip to content

Commit

Permalink
Version bump 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NotCoffee418 committed Feb 23, 2024
1 parent 4c6374a commit 86ab6ec
Show file tree
Hide file tree
Showing 3 changed files with 78,338 additions and 60,011 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Upload ZIP to S3
uses: NotCoffee418/s3-zip-upload@v1.3
uses: NotCoffee418/s3-zip-upload@v1.4
env:
AWS_SECRET_ID: ${{ secrets.AWS_SECRET_ID }}
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3-zip-upload",
"version": "1.2",
"version": "1.4",
"description": "Upload a directory to S3 using GitHub actions.",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 86ab6ec

Please sign in to comment.