Skip to content

Commit

Permalink
ci(release): do not remove .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 29, 2020
1 parent fcf2d37 commit d0fd7ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
node-version: "12.x"
- run: npm ci
- run: npm run build
- run: rm .gitignore # commit dist folder
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d0fd7ee

Please sign in to comment.