Skip to content

Merge pull request #1 from Rindrics/tagpr-from-v0.0.0 #2

Merge pull request #1 from Rindrics/tagpr-from-v0.0.0

Merge pull request #1 from Rindrics/tagpr-from-v0.0.0 #2

Workflow file for this run

name: Release Action
on:
push:
branches:
- main
jobs:
tagpr:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Create pull request with incremented tag
id: run-tagpr
uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}