Skip to content

Commit bd119e5

Browse files
committed
latest
1 parent 6b98e31 commit bd119e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
with:
4848
# Use the current date for the release name
4949
name: ${{ env.RELEASE_DATE }}
50-
# A unique tag is required for releases.
51-
# We'll use the date and the run ID to ensure uniqueness.
52-
tag_name: db-${{ env.RELEASE_DATE }}
50+
# Use a consistent tag name that will be overwritten
51+
# This way we aren't publishing an ever-increasing amount of data.
52+
tag_name: latest
5353
# Attach all files from the data directory
5454
files: data/*
5555
env:

0 commit comments

Comments
 (0)