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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@master
- uses: manyuanrong/setup-ossutil@v1
- uses: manyuanrong/setup-ossutil@v1.0
with:
endpoint: "oss.aliyuncs.com"
access-key-id: "your_key_id"