Skip to content

Commit

Permalink
Merge pull request #247 from yalesites-org/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
vinmassaro authored Jun 24, 2024
2 parents 6e3ba7e + 12b7fe5 commit f18a53c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }}
run: npx semantic-release
- name: Reset branch to prior commit
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git reset --hard $GITHUB_SHA
git push --force
- name: Remove Compiled Component Library
uses: EndBug/add-and-commit@v9
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@users.noreply.github.com
remove: "--cached -r node_modules"
message: "build: removed compiled component library from git"

0 comments on commit f18a53c

Please sign in to comment.