We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b98e31 commit bd119e5Copy full SHA for bd119e5
1 file changed
.github/workflows/release.yml
@@ -47,9 +47,9 @@ jobs:
47
with:
48
# Use the current date for the release name
49
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 }}
+ # Use a consistent tag name that will be overwritten
+ # This way we aren't publishing an ever-increasing amount of data.
+ tag_name: latest
53
# Attach all files from the data directory
54
files: data/*
55
env:
0 commit comments