chore: implement requested changes

This commit is contained in:
Ralph Khreish
2025-08-03 16:54:14 +03:00
parent 14dc5c3ffe
commit 12d6c525e1

View File

@@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.ref }}
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
@@ -60,5 +59,5 @@ jobs:
uses: actions-js/push@master uses: actions-js/push@master
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref_name }} branch: ${{ github.ref }}
message: "chore: rc version bump" message: "chore: rc version bump"