We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a21282 commit a534daaCopy full SHA for a534daa
.github/workflows/release.yml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- master
6
- - 'push-action/**'
7
paths:
8
- '*/**'
9
jobs:
@@ -50,12 +49,11 @@ jobs:
50
49
git add ./Properties/AssemblyInfo.cs
51
git add ./VSDebugCoreLib/Properties/AssemblyInfo.cs
52
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
+ - name: Commit and Push to master
+ uses: fabriziocacicia/[email protected]
56
with:
57
- token: ${{ secrets.FORCE_PUSH_TOKEN }}
58
- branch: master
+ temp_branch_prefix: push-action/
+ commit_message: "VSDebugPro ${{ env.Version }}"
59
- name: Build extension
60
run: msbuild $env:SolutionPath /t:Rebuild
61
env:
0 commit comments