Skip to content

Commit

Permalink
💚 Adding build to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Hand committed Apr 13, 2021
1 parent ff24abe commit cb3cfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: clevyr/release-it-tagger-action@logs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# build: npm ci && npm run build
# github-release: true
with:
build: npm ci && npm run build
github-release: true

0 comments on commit cb3cfa9

Please sign in to comment.