Skip to content

Commit

Permalink
Updated publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jun 6, 2024
1 parent f769f75 commit 0bb375b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@ jobs:
- name: Build the package
run: yarn build

- name: Debug - List files after build
run: ls -R

- name: Update helpers.css
run: |
cp dist/helpers.css ./path/to/your/repository/helpers.css
git add ./path/to/your/repository/helpers.css
cp helpers.css path/to/your/repository/helpers.css
git add path/to/your/repository/helpers.css
git commit -m "Update helpers.css to ${GITHUB_REF#refs/tags/v}"
git push origin auto-update-v${GITHUB_REF#refs/tags/v}
Expand Down

0 comments on commit 0bb375b

Please sign in to comment.