Update build.yaml

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

View file

@ -4,12 +4,11 @@ on:
release:
types:
- created
workflow_dispatch:
env:
api_key: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.repository.name }}
release_name: ${{ github.GITHUB_REF }}
release_name: ${{ github.ref_name }}
jobs:
build:
runs-on: ubuntu-latest