Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Feb 18, 2020
1 parent fc347d5 commit b8c4e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Easily set an entity in Google Cloud Datastore during your GitHub Actions workfl
## Usage

```yaml
- uses: BeeMyDesk/cloud-datastore-action@v1
- uses: BeeMyDesk/cloud-datastore-action@v1.0.0
with:
credentials: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-action",
"version": "1.0.0",
"version": "0.0.0",
"description": "JavaScript Action Template",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b8c4e73

Please sign in to comment.