diff --git a/.github/workflows/cleanup-temp-releases.yml b/.github/workflows/cleanup-temp-releases.yml index aa38e05..578d555 100644 --- a/.github/workflows/cleanup-temp-releases.yml +++ b/.github/workflows/cleanup-temp-releases.yml @@ -1,4 +1,4 @@ -name: Cleanup Temporary Branch Releases +name: Cleanup Temporary Branch Releases when Pull Request is Merged on: pull_request: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 801f216..e98d62c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -23,7 +23,7 @@ jobs: set-safe-directory: true - name: Create asset - run: echo "test asset" > a + run: echo "test asset prerelease" > a - name: Upload build artifact uses: actions/upload-artifact@v4 @@ -130,5 +130,6 @@ jobs: target_commitish: ${{ github.sha }} files: release-assets/a make_latest: false + prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/main.txt b/main.txt index 8e08f3b..98cbc02 100644 --- a/main.txt +++ b/main.txt @@ -1 +1,2 @@ -sdasd \ No newline at end of file +sdasd +prelease \ No newline at end of file