[ci-skip] Automatically tag

This commit is contained in:
Nemo 2022-04-24 14:21:29 +05:30
parent fff2c36f1e
commit 67343e6b33
1 changed files with 9 additions and 0 deletions

View File

@ -14,9 +14,18 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Get current date
uses: josStorer/get-current-time@v2
id: current-time
with:
# Versioning is current date
format: "YYYY.M.D"
- name: Update data
run: ./fetch.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update ISIN Data
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
file_pattern: "*.csv"
status_options: '--untracked-files=no'
tagging_message: "v${{ steps.current-time.outputs.formattedTime }}"