Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Fetch the whole history
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bergia committed Aug 7, 2020
1 parent 5375b2e commit 0499c37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: setup nodejs
uses: actions/setup-node@v1
Expand Down Expand Up @@ -48,6 +50,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: inspirehep/editor
add_git_labels: true
tags: ${{ steps.describe.outputs.tag }}
if: ${{ github.event_name == 'push' }}

Expand Down

0 comments on commit 0499c37

Please sign in to comment.