Skip to content

Backprojection Pass 2 #6

Backprojection Pass 2

Backprojection Pass 2 #6

Workflow file for this run

name: Bump version
on:
pull_request:
types:
- closed
branches:
- master
- main
env:
ACTION_PR: "${{ secrets.ACTION_PR }}"
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACTION_PR }}
ref: ${{ github.ref }}
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.ACTION_PR }}
TAG_PREFIX: v
DEFAULT_BUMP: patch