We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bead0 commit 0634ed4Copy full SHA for 0634ed4
.github/workflows/release.yml
@@ -42,6 +42,8 @@ jobs:
42
echo "repository_name=${GITHUB_REPOSITORY##*/}" >> $GITHUB_OUTPUT
43
- name: "📥 Checkout repository"
44
uses: actions/checkout@v4
45
+ with:
46
+ fetch-tags: true
47
- name: 'Ensure Common Build Date' # to ensure a reproducible build
48
run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> "$GITHUB_ENV"
49
- name: "Ensure source files use common date"
0 commit comments