Skip to content

bump version and add tag automatically #1

bump version and add tag automatically

bump version and add tag automatically #1

Workflow file for this run

name: Version Bump
on:
push:
# branches:
# - main
paths:
- VERSION
jobs:
create-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: rickstaa/[email protected]
with:
tag: "$(cat VERSION)"