Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Sep 6, 2020
1 parent 1a76d7f commit ed5abd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10,885 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: rm dist/index.js
- run: |
npm ci
npm run build
- run: |
git checkout --detach
git config user.email "[email protected]"
git config user.name "ROS Tooling [bot]"
git commit --no-verify -m "$commitmsg" --allow-empty
git commit --no-verify -m "$commitmsg"
git push origin --no-verify HEAD:refs/tags/build/${{github.sha}}
env:
commitmsg: "Autobuild\\n\\nGitHub-Workflow: ${{ github.workflow }}"
commitmsg: "Autobuild\n\nGitHub-Workflow: ${{ github.workflow }}"
Loading

0 comments on commit ed5abd8

Please sign in to comment.