Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
nexoscreator committed Jan 5, 2025
1 parent 786dcd7 commit 9bbd9d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file added .github/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/preview.png
Binary file not shown.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
run: npm run build

- name: Create new branch for release
env:
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git checkout -b release-${{ github.event.release.tag_name }}
cp -r dist/* .
git add .
git commit -m "Build files for release ${{ github.event.release.tag_name }}"
git push origin release-${{ github.event.release.tag_name }}
git push https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git release-${{ github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# NexosYT - Lazy YouTube Player 🎥

![image](.github/preview.png)
![image](.github/preview.gif)

Lazy YouTube Player is a lightweight, customizable YouTube player. It provides a simple way to embed YouTube videos with lazy loading capabilities, improving your website's performance.

Expand Down

0 comments on commit 9bbd9d5

Please sign in to comment.