Skip to content

Commit

Permalink
CI: Should fix it this time
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Sep 24, 2024
1 parent 93a7f7a commit 14b5cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Set padded run number
run: |
$paddedRunNumber = "{0:D4}" -f ${{ github.run_number }}
$paddedRunNumber = "{0:D5}" -f ${{ github.run_number }}
echo "RUN_NUMBER=$paddedRunNumber" >> $env:GITHUB_ENV
shell: powershell

Expand Down

0 comments on commit 14b5cf6

Please sign in to comment.