Skip to content

Commit

Permalink
test change in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrauch committed Mar 9, 2022
1 parent 91ca93f commit 548bd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
printf "::set-output name=%s::%s\n" tag "${GITHUB_REF#refs/tags/}"
- name: 'Extract previous version'
id: extract-previous-version
run: echo "::set-output name=tag::$(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))"
run: echo "::set-output name=tag::$(git describe --abbrev=0 --tags $(git rev-list --tags --skip=2 --max-count=1))"
- name: Release
id: create-release
uses: actions/create-release@v1
Expand Down

0 comments on commit 548bd85

Please sign in to comment.