Skip to content

Commit

Permalink
chore(ci): create git tag automatically on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Dec 3, 2021
1 parent 7e9636d commit 7503c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-curation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./scripts/upload
- name: create git tag
if: github.ref == 'refs/heads/staging'
if: github.ref == 'refs/heads/release'
run: |
set -x
git tag $(TZ=UTC date "+%Y-%m-%d--%H-%M-%S--%Z")
Expand Down

0 comments on commit 7503c0c

Please sign in to comment.