Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdbalkhi authored Feb 3, 2023
1 parent 1578259 commit 2de6c59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2de6c59

Please sign in to comment.