Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jun 25, 2023
1 parent 1bb1157 commit 2ea397a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ jobs:
with:
name: artifacts
path: ./out/*
- name: Upload to GitHub Releases

- name: Upload to releases
if: github.event_name != 'pull_request' && github.ref_name == 'main'
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-gh-release@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "continuous"
prerelease: true
title: "Continuous Build"
files: |
./out/*
files: out/*
tag_name: continuous

0 comments on commit 2ea397a

Please sign in to comment.