Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychotropos authored Sep 3, 2023
1 parent a71dfa1 commit 1c60a25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
if: github.ref == 'refs/heads/main'

- name: Create Release
id: create_release
Expand All @@ -44,7 +43,6 @@ jobs:
body: ${{ steps.tag_release.outputs.changelog }}
draft: false
prerelease: false
if: github.ref == 'refs/heads/main'

- name: Upload Release Asset
id: upload_release_asset
Expand All @@ -56,4 +54,3 @@ jobs:
asset_path: ./target/thumbv7em-none-eabihf/release/flipper_serprog
asset_name: flipper_serprog.fap
asset_content_type: application/octet-stream
if: github.ref == 'refs/heads/main'

0 comments on commit 1c60a25

Please sign in to comment.