Automated Version Bump by AlexG1031 #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |