Skip to content

fix: use exact version (v5.3.0) of semantic-version action #3

fix: use exact version (v5.3.0) of semantic-version action

fix: use exact version (v5.3.0) of semantic-version action #3

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.3.0