Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund committed Jan 3, 2020
1 parent 18d46d7 commit d2a5ca1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d')"

- name: Get Git sha
- name: Get commit
id: sha
run: echo "::set-output name=date::$(git log --format=%h -1)"
run: |
git log --format=%h -1
echo "::set-output name=date::$(git log --format=%h -1)"
- name: Create release
id: create_release
Expand Down

0 comments on commit d2a5ca1

Please sign in to comment.