From 03ae47a03b047e7e6a916c3d140614745f5528ba Mon Sep 17 00:00:00 2001 From: "huami." <99124359+huami1314@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:24:07 +0800 Subject: [PATCH] Build v1.6 --- .github/workflows/release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a66f6d..5b3dbc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,20 +36,3 @@ jobs: with: name: DYYY path: ${{ github.workspace }}/packages/*.deb - - - name: Create Release v1.6 - id: create_release - uses: softprops/action-gh-release@v1 - with: - tag: v1.6 - files: ${{ github.workspace }}/packages/*.deb - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Create Tag - run: | - git tag v1.6 - git push origin v1.6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: github.ref == 'refs/heads/main' # Adjust this condition based on your branch strategy