Skip to content

add temporary history of shortened links to front page #patch #15

add temporary history of shortened links to front page #patch

add temporary history of shortened links to front page #patch #15

Workflow file for this run

name: Semver
on:
pull_request:
types:
- closed
branches:
- main
jobs:
bump:
name: Bump version
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Bump version and push tag
if: ${{ !contains(join(github.event.commits.*.message), '#skip') }}
uses: anothrNick/[email protected] # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true