Skip to content

Commit

Permalink
feat: Remove travis scripts and add github actions for release purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
flacatus authored Dec 15, 2020
1 parent 4904853 commit 0df428d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: yarn test
- name: Pack chectl
run: |
git config --local user.name {{ github.actor }}
git config --local user.name ${{ github.actor }}
sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.chectl_version }}\",#g" package.json
git tag ${{ steps.TAG_UTIL.outputs.gh_tag }}
Expand Down

0 comments on commit 0df428d

Please sign in to comment.