Skip to content

Commit

Permalink
fix(pencil): logging the answers
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Oct 11, 2023
1 parent 9d31afd commit c1de3f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
issues: write
steps:
- id: checkout
uses: actions/checkout@v3
Expand All @@ -23,3 +24,9 @@ jobs:
scope: '@nemerosa'
- id: npm-ci
run: npm ci
- id: npm-publish
if: ${{ github.ref == 'refs/heads/main' }}
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit c1de3f9

Please sign in to comment.