Skip to content

Commit

Permalink
chore: fix previous_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Sep 21, 2023
1 parent 6ce4e5f commit 258aa97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- name: Get previous tag
id: previous_tag
run: |
previous_tag=$(git --no-pager tag --sort=creatordate --merged ${{ github.ref_name }} | tail -2 | head -1)
echo "{previous_tag}={previous_tag}" >> $GITHUB_OUTPUT
echo "previous_tag=$(git --no-pager tag --sort=creatordate --merged ${{ github.ref_name }} | tail -2 | head -1)" >> $GITHUB_OUTPUT
- name: Generate CHANGELOG for Github release
id: changelog
Expand Down

0 comments on commit 258aa97

Please sign in to comment.