Skip to content

Commit efa859d

Browse files
Merge pull request #13 from DeployGate/fix/version-notation
fix version notation
2 parents 54ac469 + 7b9a60b commit efa859d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 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@1.0.0
26+
uses: DeployGate/deploygate-upload-github-action@v1.0.0
2727
with:
2828
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
2929
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -92,7 +92,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
9292
### Basic Usage
9393
```yaml
9494
- name: Upload to DeployGate
95-
uses: DeployGate/deploygate-upload-github-action@1.0.0
95+
uses: DeployGate/deploygate-upload-github-action@v1.0.0
9696
with:
9797
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
9898
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -104,7 +104,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
104104
```yaml
105105
- name: Upload to DeployGate
106106
id: deploygate
107-
uses: DeployGate/deploygate-upload-github-action@1.0.0
107+
uses: DeployGate/deploygate-upload-github-action@v1.0.0
108108
with:
109109
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
110110
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Upload to DeployGate
152152
id: deploygate
153-
uses: DeployGate/deploygate-upload-github-action@1.0.0
153+
uses: DeployGate/deploygate-upload-github-action@v1.0.0
154154
with:
155155
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
156156
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Upload AAB to DeployGate
187187
id: deploygate
188-
uses: DeployGate/deploygate-upload-github-action@1.0.0
188+
uses: DeployGate/deploygate-upload-github-action@v1.0.0
189189
with:
190190
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
191191
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -223,7 +223,7 @@ jobs:
223223
224224
- name: Upload APK to DeployGate
225225
id: deploygate
226-
uses: DeployGate/deploygate-upload-github-action@1.0.0
226+
uses: DeployGate/deploygate-upload-github-action@v1.0.0
227227
with:
228228
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
229229
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}

0 commit comments

Comments
 (0)