Skip to content

dbp-625-Bugfix-workflow-not-found #43

dbp-625-Bugfix-workflow-not-found

dbp-625-Bugfix-workflow-not-found #43

name: Update Semver Tags
on:
push:
tags:
- '*.*.*'
jobs:
update-semver-tags:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- name: Setup node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d #v3.8.1
with:
node-version: ${{ env.NODE_VERSION }}
- name: Update Semver
uses: rickstaa/action-update-semver@77e8cb0f3cd805b38ffe25c07236336e05dcb4da #v1.1.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
major_version_tag_only: false
env:
github-token: ${{ secrets.GITHUB_TOKEN }}