Skip to content

Merge pull request #5 from bovidiu/feat/bag-slots #6

Merge pull request #5 from bovidiu/feat/bag-slots

Merge pull request #5 from bovidiu/feat/bag-slots #6

Workflow file for this run

# example 1: on push to master
name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
WITH_V: false