Skip to content

Commit

Permalink
📦 ci(release-please.yml): fixed spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Apr 6, 2024
1 parent 2421702 commit dc861d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: |
cat << EOF > "$HOME/.npmrc" //registry.npmjs.org/:_authToken=$NPM_PUBLISH EOF
env:
NODE_AUTH:${{secrets.NPM_PUBLISH}}
NODE_AUTH: ${{secrets.NPM_PUBLISH}}
if: ${{ steps.release.outputs.release_created }}
- name: Build package
run: cd huetiful
Expand All @@ -38,5 +38,5 @@ jobs:
npm run code:publish
npm run publish
env:
NODE_AUTH:${{secrets.NPM_PUBLISH}}
NODE_AUTH: ${{secrets.NPM_PUBLISH}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit dc861d3

Please sign in to comment.