Added Scroll to top button

This commit is contained in:
1bl4z3r 2023-08-06 16:56:54 +05:30
parent 1ff98ba2e1
commit 861be64e90

15
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,15 @@
# Deploy Releases
name: Release
on:
push:
tags:
- "v*"
jobs:
release:
name: Release
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false