mirror of https://github.com/joho/godotenv.git
Fix release name
parent
c142d16052
commit
c49ef66cd3
|
@ -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…
Reference in New Issue