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 55ac06b commit f4e31a9
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 @@ -34,6 +34,7 @@ jobs:
echo ::set-output name=version::$(check50 --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 f4e31a9

Please sign in to comment.