Skip to content

Commit 036a7d4

Browse files
version up (#52)
1 parent af7ca95 commit 036a7d4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Upload to DeployGate
26-
uses: DeployGate/deploygate-upload-github-action@v1.1.0
26+
uses: DeployGate/deploygate-upload-github-action@v1.1.1
2727
with:
2828
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
2929
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -49,7 +49,7 @@ When using this action, we recommend using the full version number (e.g., `@1.0.
4949

5050
Example:
5151
```yaml
52-
- uses: DeployGate/deploygate-upload-github-action@v1.1.0
52+
- uses: DeployGate/deploygate-upload-github-action@v1.1.1
5353
```
5454

5555
## Input parameters
@@ -93,7 +93,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
9393
### Basic Usage
9494
```yaml
9595
- name: Upload to DeployGate
96-
uses: DeployGate/deploygate-upload-github-action@v1.1.0
96+
uses: DeployGate/deploygate-upload-github-action@v1.1.1
9797
with:
9898
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
9999
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -107,7 +107,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
107107
```yaml
108108
- name: Upload to DeployGate
109109
id: deploygate
110-
uses: DeployGate/deploygate-upload-github-action@v1.1.0
110+
uses: DeployGate/deploygate-upload-github-action@v1.1.1
111111
with:
112112
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
113113
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Upload to DeployGate
155155
id: deploygate
156-
uses: DeployGate/deploygate-upload-github-action@v1.1.0
156+
uses: DeployGate/deploygate-upload-github-action@v1.1.1
157157
with:
158158
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
159159
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -188,7 +188,7 @@ jobs:
188188
189189
- name: Upload AAB to DeployGate
190190
id: deploygate
191-
uses: DeployGate/deploygate-upload-github-action@v1.1.0
191+
uses: DeployGate/deploygate-upload-github-action@v1.1.1
192192
with:
193193
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
194194
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -226,7 +226,7 @@ jobs:
226226
227227
- name: Upload APK to DeployGate
228228
id: deploygate
229-
uses: DeployGate/deploygate-upload-github-action@v1.1.0
229+
uses: DeployGate/deploygate-upload-github-action@v1.1.1
230230
with:
231231
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
232232
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploygate-upload-action",
3-
"version": "1.0.1",
3+
"version": "1.1.1",
44
"description": "GitHub Action to upload an app to DeployGate",
55
"main": "dist/index.js",
66
"private": true,

0 commit comments

Comments
 (0)