Skip to content

Commit

Permalink
patch(action): add github ref to push action
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog authored Feb 23, 2021
1 parent e168664 commit dd263bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit dd263bc

Please sign in to comment.