diff --git a/.github/workflows/on tag deploy on github.yaml b/.github/workflows/on tag deploy on github.yaml index 4c29eaa..5f8ad1c 100644 --- a/.github/workflows/on tag deploy on github.yaml +++ b/.github/workflows/on tag deploy on github.yaml @@ -21,6 +21,9 @@ jobs: - name: "Checkout Repository" uses: "actions/checkout@v4" # makes repository structure available + - name: "Fetch Tags" + run: "git fetch --tags" + - name: "NOW" id: "now" run: "echo \"NOW=$(date +'%Y-%m-%dT%H:%M:%S')\" >> $GITHUB_OUTPUT" # get datetime, save in NOW, push to output