Skip to content

worker per single queue (#39) #19

worker per single queue (#39)

worker per single queue (#39) #19

Workflow file for this run

# Manual Bumping: Any PR title or commit message that includes #major, #minor, or #patch
# will trigger the respective version bump. If two or more are present,
# the highest-ranking one will take precedence.
name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: none