Skip to content

Commit 8a150c6

Browse files
authored
Remove push-tag option from build-release.yaml
Removed the push-tag option from the build-release workflow.
1 parent 4bf6632 commit 8a150c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
./src/StructureOfArraysGenerator.Unity/Assets/Plugins/StructureOfArraysGenerator/package.json
2424
tag: ${{ inputs.tag }}
2525
dry-run: ${{ inputs.dry-run }}
26-
push-tag: false
2726

2827
build-dotnet:
2928
needs: [update-packagejson]

0 commit comments

Comments
 (0)