From 2790a44d127eb7e891185c8082913ec3f4807417 Mon Sep 17 00:00:00 2001 From: Kithrian <58808821+codefuturist@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:03:15 +0200 Subject: [PATCH] - --- .github/workflows/release-2.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-2.yaml b/.github/workflows/release-2.yaml index 5d024ce..4af7cd3 100644 --- a/.github/workflows/release-2.yaml +++ b/.github/workflows/release-2.yaml @@ -17,19 +17,12 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TT: ${{ secrets.GITHUB_TOKEN }} - GG: ${{ secrets.MM }} - GP: ${{ secrets.TS }} - PP: ${{ vars.TEST }} - # PF: ${{ env.HEI }} - PD: ${{ vars.HEI }} - PT: ${{ vars.Main-Env }} - PH: ${{ secrets.MYSECRET }} - PG: ${{ vars.HEI }} steps: - name: Checkout code uses: actions/checkout@v3 + with: + lfs: true - run: | - gh release create $(git describe --tags) --title "Release $(git describe --tags)" --notes "Automated release notes." + gh release create $(git describe --tags) application-5.1.2.tgz --title "$(git describe --tags)" --notes "Automated release notes."