From 37f21753aea0eb9abf9bd51b2cfc8b7cbfb43181 Mon Sep 17 00:00:00 2001 From: carlfriedrich Date: Thu, 24 Nov 2022 14:54:00 +0100 Subject: [PATCH] Meta: change line-endings from CRLF to LF --- .github/workflows/tag.yaml | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 6a5ba1b..f8ab7c2 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -1,20 +1,20 @@ -name: Tag - -on: - schedule: - # Run on every first day of the month - - cron: '0 0 1 * *' - -jobs: - - tag: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Create Tag - run: .github/scripts/tag.sh +name: Tag + +on: + schedule: + # Run on every first day of the month + - cron: '0 0 1 * *' + +jobs: + + tag: + runs-on: ubuntu-latest + steps: + + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: Create Tag + run: .github/scripts/tag.sh