Skip to content

Commit f174716

Browse files
committed
more
1 parent 1a76d7f commit f174716

File tree

3 files changed

+4
-10885
lines changed

3 files changed

+4
-10885
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ jobs:
99
- uses: actions/setup-node@v1
1010
with:
1111
node-version: '12.x'
12-
- run: rm dist/index.js
1312
- run: |
1413
npm ci
1514
npm run build
1615
- run: |
1716
git checkout --detach
1817
git config user.email "ros-tooling@users.noreply.github.com"
1918
git config user.name "ROS Tooling [bot]"
20-
git commit --no-verify -m "$commitmsg" --allow-empty
19+
git add --force dist
20+
git commit --no-verify -m "$commitmsg" --only dist
2121
git push origin --no-verify HEAD:refs/tags/build/${{github.sha}}
22-
2322
env:
24-
commitmsg: "Autobuild\\n\\nGitHub-Workflow: ${{ github.workflow }}"
23+
commitmsg: "Autobuild\n\nGitHub-Workflow: ${{ github.workflow }}"

0 commit comments

Comments
 (0)