Skip to content

Update bump_dev_version.yaml #23

Update bump_dev_version.yaml

Update bump_dev_version.yaml #23

on:
workflow_dispatch:
push:
branches:
- main
name: "Bump dev version"
jobs:
update_version:
if: "!contains(github.event.head_commit.message, 'Update dev version')"
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Bump dev version
uses: DanChaltiel/actions/bump-dev-version@v2
with:
create-tag: 'true'