Update build.yaml

This commit is contained in:
komeil Parseh 2023-02-03 13:11:15 +03:30 committed by GitHub
parent c0a787e229
commit 157825961b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ on:
env:
api_key: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.repository.name }}
release_name: ${{ github.event.release.name }}
release_name: ${{ github.GITHUB_REF }}
jobs:
build:
runs-on: ubuntu-latest