fix: the tag of action name should be v1.0

The tag should be v1.0 instead of v1
This commit is contained in:
Dcalsky
2020-01-26 02:50:45 +08:00
committed by GitHub
parent c662c599ea
commit 3cba3603ac
+1 -1
View File
@@ -11,7 +11,7 @@ See [action.yml](action.yml)
```yaml ```yaml
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: manyuanrong/setup-ossutil@v1 - uses: manyuanrong/setup-ossutil@v1.0
with: with:
endpoint: "oss.aliyuncs.com" endpoint: "oss.aliyuncs.com"
access-key-id: "your_key_id" access-key-id: "your_key_id"