Skip to content

Commit

Permalink
fix: merge updated master to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Nov 3, 2021
1 parent 0d1bda5 commit 5f1a3fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -63,7 +63,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SECRET_NAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Commit to develop branch and merge to master branch
- name: Merge master into develop
if: github.ref == 'refs/heads/master'
run: |
git checkout develop
sudo chown $(id -u) .git/logs/refs/heads/develop
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f1a3fc

Please sign in to comment.