Skip to content

Automated Version Bump by AlexG1031 #12

Automated Version Bump by AlexG1031

Automated Version Bump by AlexG1031 #12

Workflow file for this run

name: Bump Version
run-name: Automated Version Bump by ${{ github.actor }}
on:
push:
branches:
- main
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: 'main'
fetch-depth: 0
- name: Automated Version Bump
uses: phips28/gh-action-bump-version@v10.0.1