Skip to content

Commit 2ea397a

Browse files
authored
Revert change
1 parent 1bb1157 commit 2ea397a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,10 @@ jobs:
5151
with:
5252
name: artifacts
5353
path: ./out/*
54-
55-
- name: Upload to GitHub Releases
54+
55+
- name: Upload to releases
5656
if: github.event_name != 'pull_request' && github.ref_name == 'main'
57-
uses: "marvinpinto/action-automatic-releases@latest"
57+
uses: softprops/action-gh-release@v1
5858
with:
59-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
60-
automatic_release_tag: "continuous"
61-
prerelease: true
62-
title: "Continuous Build"
63-
files: |
64-
./out/*
59+
files: out/*
60+
tag_name: continuous

0 commit comments

Comments
 (0)