Skip to content

Commit

Permalink
Merge pull request #7 from openscd/6-update-release-please-to-work-wi…
Browse files Browse the repository at this point in the history
…th-credentials

fix: update release please to work with git config
  • Loading branch information
pascalwilbrink authored Jun 15, 2023
2 parents 4cec60f + 894478a commit 92ccc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
- run: |
git config user.name "GitHubActions"
git config user.email "<deploy@actions.openscd.github.io>"
if: ${{ steps.release.outputs.release_created }}
- run: npm run deploy
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 92ccc91

Please sign in to comment.