aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c3137f7..26a091e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
# modify version number if actual source files changed
- name: Modify version number
uses: mingjun97/file-regex-replace@v1
- if: steps.filter.outputs.source == "true"
+ if: steps.filter.outputs.source == 'true'
with:
regex: 'version: "[0-9]*",'
replacement: 'version: "${{ steps.date.outputs.date }}",'