Skip to content

Commit e4f4ca5

Browse files
authored
Merge pull request #4 from MMarcus95/feature2
Feature2
2 parents 74f8335 + b3eb211 commit e4f4ca5

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/cleanup-temp-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cleanup Temporary Branch Releases
1+
name: Cleanup Temporary Branch Releases when Pull Request is Merged
22

33
on:
44
pull_request:

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
set-safe-directory: true
2424

2525
- name: Create asset
26-
run: echo "test asset" > a
26+
run: echo "test asset prerelease" > a
2727

2828
- name: Upload build artifact
2929
uses: actions/upload-artifact@v4
@@ -130,5 +130,6 @@ jobs:
130130
target_commitish: ${{ github.sha }}
131131
files: release-assets/a
132132
make_latest: false
133+
prerelease: true
133134
env:
134135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

main.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
sdasd
1+
sdasd
2+
prelease

0 commit comments

Comments
 (0)