Skip to content

Increment Tag - Main branch #26

Increment Tag - Main branch

Increment Tag - Main branch #26

name: Increment Tag - Main branch
on:
workflow_dispatch:
workflow_run:
workflows: ["Run Tests - Unit"]
branches: [main]
types:
- completed
jobs:
increment-tag-main:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #
- name: Increment Tag - Main
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/increment-tag-main@main
with:
package_name: 'osbot_utils'