Skip to content

Merge pull request #69 from prymitive/dependabot/docker/cloudflare/pi… #42

Merge pull request #69 from prymitive/dependabot/docker/cloudflare/pi…

Merge pull request #69 from prymitive/dependabot/docker/cloudflare/pi… #42

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Bump version
uses: anothrNick/github-tag-action@v1
id: tag_action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
- uses: fischerscode/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
prefix: v
tag: ${{ steps.tag_action.outputs.new_tag }}