-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7508c4e
commit 0954530
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,18 +12,18 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: "Automatic Release | ||
# You may pin to the exact commit or the version. | ||
# uses: marvinpinto/action-automatic-releases@8d9ddb2546e687f72855285d2719a11709cea6d0 | ||
uses: marvinpinto/[email protected] | ||
env: | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' | ||
with: | ||
repo_token: "${{ secrets.GITHUB_TOKEN }}" | ||
automatic_release_tag: "latest" | ||
prerelease: false | ||
title: "Release Build" | ||
files: | | ||
LICENSE | ||
README.md | ||
brs/brs.hpp | ||
- name: "Automatic Release" | ||
# You may pin to the exact commit or the version. | ||
# uses: marvinpinto/action-automatic-releases@8d9ddb2546e687f72855285d2719a11709cea6d0 | ||
uses: marvinpinto/[email protected] | ||
env: | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' | ||
with: | ||
repo_token: "${{ secrets.GITHUB_TOKEN }}" | ||
automatic_release_tag: "latest" | ||
prerelease: false | ||
title: "Release Build" | ||
files: | | ||
LICENSE | ||
README.md | ||
brs/brs.hpp |