Skip to content

Commit

Permalink
ci: rename nightly identifier step
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent 236d380 commit 0373d01
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 @@ -51,7 +51,7 @@ jobs:
with:
version: "${{ steps.packageJsonVersion.outputs.version }}"

- name: Get date
- name: Generate nightly identifier (nightly)
if: ${{ github.event.inputs.nightly }}
id: date
run: echo "date=$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 0373d01

Please sign in to comment.