Skip to content

Commit

Permalink
ci: change nightly identifier format
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent 14c2916 commit 45c43b5
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 @@ -56,7 +56,7 @@ jobs:
- name: Generate nightly identifier (nightly)
if: ${{ github.event.inputs.nightly }}
id: nightly-identifier
run: echo "identifier=$(date +'%Y%m%d%H')" >> "$GITHUB_OUTPUT"
run: echo "identifier=$(date +'%Y%m%d.%H%M%S')" >> "$GITHUB_OUTPUT"

- name: Build nightly version string (nightly)
if: ${{ github.event.inputs.nightly }}
Expand Down

0 comments on commit 45c43b5

Please sign in to comment.