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 c05241d commit 4453e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Release-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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 4453e54

Please sign in to comment.