Skip to content

Commit

Permalink
Merge 1a9f46f into c6f957d
Browse files Browse the repository at this point in the history
  • Loading branch information
turleypol committed Mar 28, 2021
2 parents c6f957d + 1a9f46f commit a17a246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -182,10 +182,11 @@ jobs:
zip -j Nightly-Linux-clang.zip Nightly-Linux-clang++/*
- name: Create Release
uses: "marvinpinto/action-automatic-releases@1369002240ebd4f758bbc69e9ae3649a5c3c2e14"
uses: "turleypol/release_action_dist@master"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "NightlyRelease"
reference_release_tag: "v100.0.0"
prerelease: true
title: "Nightly Release"
files: |
Expand Down

0 comments on commit a17a246

Please sign in to comment.