Skip to content

Commit 4e764cb

Browse files
committed
bump version to 1.1.0
1 parent 4118c36 commit 4e764cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
fetch-depth: '0'
3030

3131
- name: Commit to Square Cloud
32-
uses: squarecloudofc/squarecloud-action@v1.0.0
32+
uses: squarecloudofc/squarecloud-action@v1.1.0
3333
with:
34-
restart: 'true'
34+
restart: true
3535
token: '${{ secrets.SQUARE_TOKEN }}'
3636
application_id: '${{ secrets.SQUARE_APPLICATIONID }}'
3737
```
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: '0'
5151

5252
- name: Commit to Square Cloud
53-
uses: squarecloudofc/squarecloud-action@v1.0.0
53+
uses: squarecloudofc/squarecloud-action@v1.1.0
5454
with:
5555
token: '${{ secrets.SQUARE_TOKEN }}'
5656
application_id: '${{ secrets.SQUARE_APPLICATIONID }}'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "squarecloud-action",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Deploy your applications to SquareCloud using Github Actions",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)