-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: integrated new action softprops/action-gh-release
- Loading branch information
1 parent
fa52378
commit c084046
Showing
1 changed file
with
7 additions
and
8 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 |
---|---|---|
|
@@ -68,17 +68,16 @@ jobs: | |
uses: dev-drprasad/[email protected] | ||
with: | ||
delete_release: true | ||
tag_name: continious | ||
tag_name: continuous | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Upload new release | ||
uses: svenstaro/upload-release-action@v2 | ||
uses: softprops/[email protected] | ||
with: | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
file_glob: true | ||
file: goldsrc-monitor* | ||
tag: continious | ||
overwrite: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
files: goldsrc-monitor* | ||
tag_name: continuous | ||
draft: false | ||
prerelease: true | ||
release_name: GoldSrc Monitor Continuous Build | ||
name: GoldSrc Monitor Continuous Build |