Skip to content

Commit

Permalink
1.52.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 15, 2024
1 parent 4feac3d commit 6be70ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: git branch
- name: Set variabless
run: |
echo "FUSIONAUTH_VERSION=$(cat docker/fusionauth/release-trigger | grep version= | awk -F= {'print $2'})" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions docker/fusionauth/release-trigger
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version=1.52.1
latestVersion=true
tagSuffix=
# Touch

0 comments on commit 6be70ea

Please sign in to comment.