Update README.md

This commit is contained in:
bootsie123 2020-10-24 13:03:19 -04:00 committed by GitHub
parent 9b99ef1eda
commit f95666a03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ Make sure you use the `actions/checkout@v2` action!
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
env:
PACKAGEJSON_DIR: 'frontend'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGEJSON_DIR: 'frontend'
```