Skip to content

test: add download tests (#399) #76

test: add download tests (#399)

test: add download tests (#399) #76

# 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
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
package-name: gateway-ui
bump-minor-pre-major: true