Skip to content

Commit

Permalink
create gh release when pushes to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Dec 4, 2022
1 parent 338a1d3 commit 747d6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo ::set-output name=version::$(render50 --version | cut --delimiter ' ' --fields 2)
- name: Create Release
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
Expand Down

0 comments on commit 747d6ec

Please sign in to comment.