Skip to content

Commit

Permalink
fix: update directory for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Sep 23, 2021
1 parent 510577f commit 9d21bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
git config --local user.email "${{ env.THIRD_PARTY_GIT_AUTHOR_EMAIL }}"
git config --local user.name "${{ env.THIRD_PARTY_GIT_AUTHOR_NAME }}"
git add ./packs/*
git diff-index --quiet HEAD ./packs/* || git commit -m 'chore: generate UUID(s) [skip ci]'
git add ./quickstarts/*
git diff-index --quiet HEAD ./quickstarts/* || git commit -m 'chore: generate UUID(s) [skip ci]'
echo "::set-output name=commit::true"
- name: Temporarily disable branch protections
Expand Down

0 comments on commit 9d21bf9

Please sign in to comment.