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 9000432 commit 27a3c34Copy full SHA for 27a3c34
.github/workflows/Update Submodule Reference.yml
@@ -38,3 +38,6 @@ jobs:
38
git add Coverage
39
git commit -m "Update submodule reference to latest commit in PropertyGridHelpers.CodeCoverage" || echo "No changes to commit"
40
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