Skip to content

Commit

Permalink
[release] v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixAge committed Nov 10, 2022
1 parent a982479 commit f3dd02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
Build:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '[release]')"
steps:
- name: Checkout Repo
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: release_xgen.tgz
body_path: changelogs/$RELEASE_VERSION.md
body_path: changelogs/${{ env.RELEASE_VERSION }}.md

0 comments on commit f3dd02b

Please sign in to comment.