Skip to content

fix: clarify withdraw and deposit message (#654) #332

fix: clarify withdraw and deposit message (#654)

fix: clarify withdraw and deposit message (#654) #332

# On each new commit to master, create/update a PR with release
# automatically bumps version and creates changelog as per conventional commits
name: Release Github
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.GHA_PAT_BASIC }}
release-type: node
package-name: bee-dashboard
bump-minor-pre-major: true