Skip to content

fix: pin semantic-version action to v5 #2

fix: pin semantic-version action to v5

fix: pin semantic-version action to v5 #2

Workflow file for this run

on:
push:
branches:
- master
name: Release
jobs:
release:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: paulhatch/semantic-version@v5