Skip to content

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r0bbie committed Jan 12, 2025
1 parent 306c3c5 commit 3ad018b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A GitHub action for uploading build artifacts to Buildstash.

```
- name: Upload to Buildstash
uses: Buildstash/upload-to-buildstash@v1
uses: Buildstash/upload-to-buildstash@v1.1.1
with:
api_key: ${{ secrets.BUILDSTASH_API_KEY }}
structure: 'file' # file for single file, file+expansion for expansion file
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": "buildstash-upload-action",
"version": "1.0.0",
"version": "1.1.1",
"description": "GitHub Action for uploading builds to Buildstash",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3ad018b

Please sign in to comment.