Skip to content

Commit

Permalink
Also update documentation version
Browse files Browse the repository at this point in the history
  • Loading branch information
BierDav committed Sep 8, 2024
1 parent 4d6bf02 commit eee9e16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: sed -i "s/^version=.*/version=${{ inputs.version }}/" gradle.properties

- name: Update Writerside variable
run: sed -i 's/\(<var name="kotlinmailer_version" value="\)[^"]*\("\/>\)/\1${{ inputs.version }}\2/' docs/Writerside/v.list
run: |
sed -i 's/\(<var name="kotlinmailer_version" value="\)[^"]*\("\/>\)/\1${{ inputs.version }}\2/' docs/Writerside/v.list
sed -i 's/\(<instance src="default.tree" web-path="[^"]*" version="\)[^"]*\("\/>\)/\1v${{ inputs.version }}\2/' docs/Writerside/writerside.cfg
- name: Commit changes
run: |
Expand All @@ -67,7 +69,7 @@ jobs:
if: ${{ !contains(inputs.version, '-') }}
uses: ./.github/workflows/docs-workflow.yml
with:
version: ${{ inputs.version }}
version: ${{ inputs.version }}

call-maven-publish:
needs: release
Expand Down

0 comments on commit eee9e16

Please sign in to comment.