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: release:
types: types:
- created - created
workflow_dispatch:
env: env:
api_key: ${{ secrets.GITHUB_TOKEN }} api_key: ${{ secrets.GITHUB_TOKEN }}
name: ${{ github.event.repository.name }} name: ${{ github.event.repository.name }}
release_name: ${{ github.GITHUB_REF }} release_name: ${{ github.ref_name }}
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest