Skip to content

Commit

Permalink
OPS-6298-Fix Senver generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sahassou committed Apr 13, 2024
1 parent 9f92e7d commit abbb4f0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/auto-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- '*.*.*'

permissions:
contents: write

jobs:
update-semver-tags:
Expand All @@ -12,15 +15,8 @@ jobs:
- 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 }}
major_version_tag_only: false

0 comments on commit abbb4f0

Please sign in to comment.