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
|
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…
Reference in New Issue