Skip to content

Commit

Permalink
Update npm-generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Apr 13, 2024
1 parent 53e81bb commit 4cfcd63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
git config --global user.name "actions[bot]"
git config --global user.email "actions@github.com"
git add -A
git commit -m "Automated changes"
git commit -m "Automated changes" || exit 0
git push -u origin main
echo "pushed=true" >> "$GITHUB_OUTPUT"
gh-release-create:
needs: npm-generate
if: needs.npm-generate.outputs.pushed
if: fromJSON(needs.npm-generate.outputs.pushed)
permissions:
contents: write
runs-on: windows-latest
Expand Down

0 comments on commit 4cfcd63

Please sign in to comment.