Skip to content

Commit

Permalink
CI: Remove 9 prefix from run number as it's unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jan 27, 2025
1 parent a2adbc6 commit 7b48f44
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 @@ -69,7 +69,7 @@ jobs:
- name: Set padded run number
run: |
$paddedRunNumber = "9{0:D5}" -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 7b48f44

Please sign in to comment.