Skip to content

Commit

Permalink
Update release-miz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregretkowski committed Dec 9, 2023
1 parent 43fb263 commit c535d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-miz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get release name based on date and time
id: builddate
run: |
echo "{builddate}={$(date +'%Y%m%d-%H%M')}" >> $GITHUB_STATE
id: builddate
run: |
echo "{builddate}={$(date +'%Y%m%d-%H%M')}" >> $GITHUB_STATE
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit c535d7b

Please sign in to comment.