Merge pull request #9 from H2-invent/development

(MINOR)
This commit is contained in:
holema 2023-12-04 23:19:25 +01:00 committed by GitHub
commit 1c39884895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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