Skip to content

Commit

Permalink
fix indentation error on workflow file
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Turkmen <[email protected]>
  • Loading branch information
mrtrkmn committed Mar 24, 2021
1 parent d584f67 commit 0732963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerimages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
- name: prev_tag
run: echo "::set-output name=prevtag::$(git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)"

- name: current_tag
- name: current_tag
run: echo "::set-output name=currenttag::$(git describe --tags --abbrev=0)"

- name: Create Change Log
run: |
git --no-pager log --pretty=oneline ${{ steps.prev_tag.outputs.prevtag }}...${{ steps.current_tag.outputs.currenttag }} > changelog.txt
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 0732963

Please sign in to comment.