Skip to content

bump to 0.2.1 (#361) #3

bump to 0.2.1 (#361)

bump to 0.2.1 (#361) #3

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
- name: Get version
id: vars
run: echo "version=v$(cat VERSION)" >> $GITHUB_OUTPUT
- uses: rickstaa/[email protected]
with:
tag: ${{ steps.vars.outputs.version }}