Skip to content

Commit

Permalink
ci: remove padding zeros in nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 8, 2023
1 parent d57244e commit 8d3a781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Generate nightly version identifier (nightly)
if: ${{ github.event.inputs.nightly }}
id: nightly-version
run: echo "version=$(date +'%Y.%m.%d%H%M')" >> "$GITHUB_OUTPUT"
run: echo "version=$(date +'%Y.%-m.%-d%-H%-M')" >> "$GITHUB_OUTPUT"

- name: Replace version in package.json (nightly)
if: ${{ github.event.inputs.nightly }}
Expand Down

0 comments on commit 8d3a781

Please sign in to comment.