From 62d335a74cc4998b4631eb0f3364b05661c7226a Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 26 Nov 2024 16:48:19 -0500 Subject: [PATCH] Change to monorelease for ISO --- .github/workflows/iso.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 73b151a..ea332b7 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -11,10 +11,6 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - name: Get current date - id: date - run: | - echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: Prepare run: mkdir output - name: Build 9 @@ -24,7 +20,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ steps.date.outputs.date }} - name: Build on ${{ steps.date.outputs.date }} + tag_name: continuous + name: Continuous files: | output/*.iso