Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #469 from caos/eliobischof-patch-1
Browse files Browse the repository at this point in the history
ci: Update semantic-release
  • Loading branch information
Elio Bischof authored Jan 13, 2022
2 parents b024111 + ca4b47b commit 353c136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CR_PAT: ${{ secrets.CR_PAT }}
REGISTRY: ghcr.io
run: |
npm install semantic-release@v16.0.2
npm install semantic-release@v17.0.4
export BRANCH=${GITHUB_REF##*/}
export VERSION=$BRANCH
VERSION="v$(npx semantic-release --dry-run --plugins=@semantic-release/commit-analyzer --analize-commits | grep "The next release version is" | sed -ne 's/.*The\ next\ release\ version\ is\ \([0-9]\+\.[0-9]\+\.[0-9]\+\)$/\1/p')"
Expand Down

0 comments on commit 353c136

Please sign in to comment.