Skip to content

Commit a534daa

Browse files
committed
ci: push to protected
1 parent 5a21282 commit a534daa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
- 'push-action/**'
76
paths:
87
- '*/**'
98
jobs:
@@ -50,12 +49,11 @@ jobs:
5049
git add ./Properties/AssemblyInfo.cs
5150
git add ./VSDebugCoreLib/Properties/AssemblyInfo.cs
5251
git add ./source.extension.vsixmanifest
53-
git commit -m "VSDebugPro ${{ env.Version }}"
54-
- name: Pushing to the protected branch 'protected'
55-
uses: CasperWA/push-protected@v2
52+
- name: Commit and Push to master
53+
uses: fabriziocacicia/[email protected]
5654
with:
57-
token: ${{ secrets.FORCE_PUSH_TOKEN }}
58-
branch: master
55+
temp_branch_prefix: push-action/
56+
commit_message: "VSDebugPro ${{ env.Version }}"
5957
- name: Build extension
6058
run: msbuild $env:SolutionPath /t:Rebuild
6159
env:

0 commit comments

Comments
 (0)