mirror of https://github.com/buster-so/buster.git
feat: update path to version file
This commit is contained in:
parent
acaa255b59
commit
05202a3ddb
|
@ -17,6 +17,8 @@ jobs:
|
|||
uses: googleapis/release-please-action@v4
|
||||
with:
|
||||
release-type: simple
|
||||
path: .
|
||||
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
||||
skip-github-release: true
|
||||
skip-github-release: true
|
||||
path: .
|
||||
version-file: version.txt
|
||||
depth: 20
|
||||
|
|
|
@ -60,3 +60,5 @@ Cargo.lock
|
|||
|
||||
# Node.js dependencies
|
||||
node_modules/
|
||||
|
||||
.secrets
|
Loading…
Reference in New Issue