Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Sep 1, 2023
1 parent 940a109 commit 16ccd40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
set -eux
git fetch --tags origin
current="$(git describe --tags --abbrev=0 --match 'v*.*')"
major="$(echo $current | cut -d. -f1)"
Expand Down

0 comments on commit 16ccd40

Please sign in to comment.