diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index c8f0286..56ea2ac 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -106,7 +106,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2023.10.22-858d72b + uses: LizardByte/setup-release-action@v2023.1128.1400 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -354,7 +354,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }} - uses: LizardByte/create-release-action@v2023.10.22-57d76be + uses: LizardByte/create-release-action@v2023.1128.2625 with: allowUpdates: true artifacts: "*artifacts/*" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac89000..dc62e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2023.10.22-858d72b + uses: LizardByte/setup-release-action@v2023.1128.1400 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -27,7 +27,7 @@ jobs: if: >- (github.event_name == 'push' && github.ref == 'refs/heads/master') && steps.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2023.10.22-57d76be + uses: LizardByte/create-release-action@v2023.1128.2625 with: allowUpdates: true artifacts: ""