From 169afcbfb8de75b82b0ab46b542b4c0e3295e33d Mon Sep 17 00:00:00 2001 From: Cabia Rangris Date: Fri, 10 May 2024 18:50:56 +0400 Subject: [PATCH] maybe we can re-create it if we remove allowUpdates? --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9e58d80..ab03111 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,10 +20,8 @@ jobs: - uses: ncipollo/release-action@v1 if: ${{ github.ref == 'refs/heads/master' }} with: - allowUpdates: true artifacts: resume.pdf makeLatest: true - commit: "${{github.sha}}" tag: "latest" omitBody: true omitName: true