mirror of
https://github.com/joho/godotenv.git
synced 2025-05-31 11:42:15 +00:00
Fix release name
This commit is contained in:
parent
c142d16052
commit
c49ef66cd3
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: Release ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
tag: ${{ github.ref }}
|
||||
file: dist/*
|
||||
file_glob: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user