We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27f397 commit a924a7aCopy full SHA for a924a7a
1 file changed
.github/workflows/release.yml
@@ -116,6 +116,11 @@ jobs:
116
run: |
117
sed -i 's/<OutputName>SVNPathCopy-[^<]*<\/OutputName>/<OutputName>SVNPathCopy-${{ steps.bump_version.outputs.new_version }}<\/OutputName>/g' src/SVNPathCopy.Installer/SVNPathCopy.Installer.wixproj
118
119
+ - name: Checkout repository
120
+ uses: actions/checkout@v6
121
+ with:
122
+ ref: main
123
+
124
- name: Commit and push version update
125
126
git config user.name "github-actions[bot]"
0 commit comments