Skip to content

Commit

Permalink
测试action-gh-release的if逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
yinleiCoder committed Feb 29, 2024
1 parent f39eb27 commit bb79148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cs2_msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:

- name: Release CS2 Cheat
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
if: true
# startsWith(github.ref, 'refs/tags/')
with:
body_path: CHANGELOG.txt
files: |
Expand Down

0 comments on commit bb79148

Please sign in to comment.