Skip to content

Commit 1572e39

Browse files
authored
Unhack the release version
1 parent 7915b4d commit 1572e39

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- name: Set Release Version
5959
id: version
6060
run: |
61-
# echo "RELEASE_VERSION=$(date +v%Y.%-m.%-d)" >> $GITHUB_OUTPUT
62-
echo "RELEASE_VERSION=2024.12.29" >> $GITHUB_OUTPUT
61+
echo "RELEASE_VERSION=$(date +v%Y.%-m.%-d)" >> $GITHUB_OUTPUT
6362
- name: Cache Docker Layers
6463
run: docker pull public.ecr.aws/opslevel/cli:v2022.04.22 || true
6564
- name: Ensure Release Does Not Exist

0 commit comments

Comments
 (0)