Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefino9488 committed Jun 6, 2024
1 parent 60ed611 commit 2fce0ab
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ jobs:
path: fastbootflasher-${{ steps.version.outputs.version }}.zip

- name: Create release
uses: actions/create-release@v1
id: create_release
uses: ncipollo/release-action@v1
with:
draft: false
prerelease: false
release_name: Fastboot Flasher ${{ steps.version.outputs.version }}
tag_name: ${{ steps.version.outputs.version }}
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
artifacts: fastbootflasher-${{ steps.version.outputs.version }}.zip
tag: "${{ steps.version.outputs.version }}"
name: "Fastboot Flasher ${{ steps.version.outputs.version }}"
token: ${{ secrets.GITHUB_TOKEN }}
bodyFile: CHANGELOG.md

0 comments on commit 2fce0ab

Please sign in to comment.