Skip to content

Commit b1fd316

Browse files
committed
fix: replace deprecated github-push-action with git push
1 parent f7bcf41 commit b1fd316

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,5 @@ jobs:
4444
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 0
47-
persist-credentials: false
4847
- name: Push to draft-release
49-
uses: alice-biometrics/github-push-action@v0.7.0
50-
with:
51-
branch: draft-release
52-
force: true
53-
github_token: ${{ secrets.RELEASE_TOKEN }}
48+
run: git push --force origin HEAD:draft-release

0 commit comments

Comments
 (0)