Skip to content

feat: uploading blocks of a file by index (#270) #78

feat: uploading blocks of a file by index (#270)

feat: uploading blocks of a file by index (#270) #78

# 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: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.REPO_GHA_PAT }}
release-type: node
bump-minor-pre-major: true