Skip to content

Commit

Permalink
Update Release-Test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EttyKitty authored Nov 1, 2024
1 parent 4453e54 commit 863181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "date_time=$(date +%Y-%m-%d-%H%M)" >> "$GITHUB_OUTPUT"

- name: Debug Date Output
run: echo "{{ steps.get_date_time.outputs.date_time }}"
run: echo "${{ steps.get_date_time.outputs.date_time }}"

- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit 863181c

Please sign in to comment.