Skip to content

Commit

Permalink
Release test
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Jul 28, 2024
1 parent f984c38 commit b1365d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- master

jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor
4 changes: 2 additions & 2 deletions src/lib/elements/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="text-sm flex flex-col">
<p>Sheba Queue</p>
<p>Kawsar Ahmed</p>
<p>+880 1915983757</p>
<p class="text-[13px]">+880 1915983757</p>
</div>
<p class="mt-10 text-slate-500 text-xs">Version: 1.0.0</p>
<p class="mt-10 text-slate-500 text-xs">Version: 1.0.1</p>
</div>

0 comments on commit b1365d8

Please sign in to comment.