Skip to content

Commit 170c3df

Browse files
committed
Fix date version action name
1 parent 950d256 commit 170c3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow_build_and_release_containers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Generate Date Version
2424
id: date-version
25-
uses: ./github/actions/generate_date_version
25+
uses: ./github/actions/date_version
2626

2727
build_docker:
2828
needs: [generate_date_version]

0 commit comments

Comments
 (0)