Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Build v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
huami1314 authored Oct 26, 2024
1 parent db4694b commit 03ae47a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03ae47a

Please sign in to comment.