Skip to content

Commit

Permalink
Update versions and force semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinSchniderBMW committed Oct 16, 2024
1 parent 0541b41 commit 9db9d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '*'
- 'v*.*.*'

permissions:
contents: write
Expand All @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'

Expand All @@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ env.version }}
release_name: asam-osi-converter ${{ env.version }}
draft: false
prerelease: false

Expand Down

0 comments on commit 9db9d1a

Please sign in to comment.