Skip to content

Merge pull request #31 from Onemind-Services-LLC/feat/nb35 #11

Merge pull request #31 from Onemind-Services-LLC/feat/nb35

Merge pull request #31 from Onemind-Services-LLC/feat/nb35 #11

Workflow file for this run

name: Release
on:
push:
branches:
# the default branch
- master
permissions:
contents: write
jobs:
# This mirrors build_and_test workflow
build_and_test:
name: 'Build and Test'
uses: StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@master
with:
enable-common-libs: true
#apt-cache-version: v0
#py-cache-version: v0
tag_release:
needs: build_and_test
name: Tag Release
uses: StackStorm-Exchange/ci/.github/workflows/pack-tag_release.yaml@master