diff options
Diffstat (limited to '.github/workflows/build-release-binaries.yml')
-rw-r--r-- | .github/workflows/build-release-binaries.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 57beed7..ff36c7a 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -152,7 +152,7 @@ jobs: path: ${{ matrix.artifact_name }} ### - # Below this line, steps will only be ran if a tag was pushed. + # Below this line, steps will only be run if a tag was pushed. ### - name: Get tag name |