testing action v4 #release

This commit is contained in:
Keith Solomon
2025-03-25 11:57:00 -05:00
parent 0ed7a7ad01
commit a6617bf35a

View File

@@ -20,11 +20,10 @@ jobs:
- name: Get current date
id: get-date
run: |
$NOW=& Get-Date -format yyyy-MM-dd
echo "NOW=$NOW" >> $env:GITHUB_ENV
echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Use date
run: echo ${{ env.NOW }}
run: echo ${{ steps.get-date.outputs.date }}
- name: Get current tag_name
id: get-tag