From a2a75055f11a0361e4bb6a9ddcfc5fdb14fb722e Mon Sep 17 00:00:00 2001 From: Matthew <113921492+MatthewKuKanich@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:49:28 -0400 Subject: [PATCH] Passive Build --- .github/workflows/main.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b722c35..12ad5f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,28 +21,3 @@ jobs: - "https://up.unleashedflip.com/directory.json" - "https://update.flipperzero.one/firmware/directory.json" - steps: - - uses: actions/checkout@v4 - with: - ref: main - sparse-checkout: FindMyFlipper - - - name: Get commit message - run: echo "COMMIT_MESSAGE=$(git log --format=%B -n 1 ${{ github.event.after }})" >> $GITHUB_ENV - - - name: Bump version and push tag - id: tag_version - uses: mathieudutour/github-tag-action@v6.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - - - name: Create Release - uses: softprops/action-gh-release@v2 - with: - sdk-channel: ${{ matrix.sdk-channel }} - indexer-url: ${{ matrix.sdk-url }} - name: ${{ env.COMMIT_MESSAGE }} - token: ${{ secrets.GITHUB_TOKEN }} - files: ${{ steps.build-app.outputs.fap-artifacts }} - generate_release_notes: true - tag_name: ${{steps.tag_version.outputs.new_tag}}