Update ReadMe.md

Fixes the tag used in the example.
This commit is contained in:
Joseph Manley 2019-11-29 18:40:21 -05:00 committed by GitHub
parent 0c6b5de12f
commit 0ca1161ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Example:
```yaml
steps:
- uses: josephbmanley/build-godot-action@develop
- uses: josephbmanley/build-godot-action@v1.0.0
env:
PROJECT: godot-project
```