Skip to content

adding custom autoscaling #4

adding custom autoscaling

adding custom autoscaling #4

Workflow file for this run

name: Main CI
on:
push:
branches:
- master
jobs:
bump-tag-version:
name: Bump and Tag Version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jefflinse/[email protected]
name: Bump and Tag Version
with:
mode: bump
repo-token: ${{ secrets.GITHUB_TOKEN }}