* Add Pipeline version befor create artefact
This commit is contained in:
Entwicklung 2023-12-04 23:18:37 +01:00
parent 5f3e18232c
commit 50368cca28

View file

@ -34,13 +34,13 @@ jobs:
minor_pattern: "(MINOR)"
change_path: .
version_format: "${major}.${minor}.${patch}"
- name: Write semantic Version in config file
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "<version-addhere>"
replace: "${{ steps.version.outputs.version }}"
regex: false
include: "config.mjs"
- uses: actions/download-artifact@v3
with: