Skip to content

Commit

Permalink
remove dangling index file and bump versions in readme/package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Braun <rainbowstack@gmail.com>
  • Loading branch information
bluebrown committed Mar 18, 2022
1 parent 6dca00b commit b71efcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently the below providers are supported, but it could be used with other pro

```yml
- name: Set up S3cmd cli tool
uses: s3-actions/s3cmd@v1.1
uses: s3-actions/s3cmd@v1.2.0
with:
provider: aws # default is linode
region: 'eu-central-1'
Expand Down
22 changes: 0 additions & 22 deletions index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3cmd",
"version": "1.1.0",
"version": "1.2.0",
"description": "s3cmd wrapper for github actions",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b71efcb

Please sign in to comment.