Skip to content

Commit

Permalink
build: split into release pipeline and push
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 12, 2024
1 parent c5f8a9c commit 7d89c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "Found $N_RELEASES releases"
if [ "$N_RELEASES" -gt "0" ]; then
LAST_RELEASE=$(git tag --sort=committerdate --list 'v*' | tail -n 1)
echo "Last release: $LAST_RELEASE"
echo "Latest release: $LAST_RELEASE"
echo "CHANGED_SINCE=tags/$LAST_RELEASE" >> $GITHUB_ENV
fi
- name: 'publish'
Expand Down

0 comments on commit 7d89c46

Please sign in to comment.