Skip to content

Commit 27a3c34

Browse files
authored
Update Update Submodule Reference.yml
1 parent 9000432 commit 27a3c34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Update Submodule Reference.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
git add Coverage
3939
git commit -m "Update submodule reference to latest commit in PropertyGridHelpers.CodeCoverage" || echo "No changes to commit"
4040
git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/dparvin/PropertyGridHelpers.git master
41+
# Create and push a 'no-build' tag
42+
git tag no-build
43+
git push https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/dparvin/PropertyGridHelpers.git no-build

0 commit comments

Comments
 (0)