mirror of
https://github.com/joho/godotenv.git
synced 2025-04-27 13:12:49 +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
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
name: Release ${{ github.ref }}
|
release_name: Release ${{ github.ref }}
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file: dist/*
|
file: dist/*
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user