Skip to content

Commit a8320c1

Browse files
committed
Merge branch 'hotfix/1.3.3'
2 parents 4dc05e3 + f559f0c commit a8320c1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/itkdev_docker_build_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
file: ./infrastructure/itkdev/Dockerfile
4242
build-args: |
4343
APP_VERSION=${{ github.ref }}
44-
APP_RELEASE_VERSION=$GITHUB_REF_NAME
44+
APP_RELEASE_VERSION=${{ github.ref_name }}
4545
APP_RELEASE_TIMESTAMP=${{ env.APP_RELEASE_TIMESTAMP }}
4646
APP_RELEASE_TIME=${{ env.APP_RELEASE_TIME }}
4747
push: true

.github/workflows/os2display_docker_build_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
file: ./infrastructure/os2display/Dockerfile
4242
build-args: |
4343
APP_VERSION=${{ github.ref }}
44-
APP_RELEASE_VERSION=$GITHUB_REF_NAME
44+
APP_RELEASE_VERSION=${{ github.ref_name }}
4545
APP_RELEASE_TIMESTAMP=${{ env.APP_RELEASE_TIMESTAMP }}
4646
APP_RELEASE_TIME=${{ env.APP_RELEASE_TIME }}
4747
push: true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.3.3] - 2023-07-11
8+
9+
- [#208](https://github.com/os2display/display-admin-client/pull/208)
10+
Fix version not set in release.json
11+
712
## [1.3.2] - 2023-07-11
813

914
- [#207](https://github.com/os2display/display-admin-client/pull/207)

0 commit comments

Comments
 (0)