Skip to content

Commit

Permalink
Reverting to simpler times
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Jul 10, 2024
1 parent ac83c85 commit 7053778
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:

- name: Get tag from commit summary with abbreviated tag
run: |
echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
echo "tag=$(echo ${{ env.tag }} | awk -F. '{print $1"."$2+1"."$3"-0"}')" >> $GITHUB_ENV
echo "${{ env.tag }}"
echo "tag=$(git describe --tags --abbrev=0)-0" >> $GITHUB_ENV
- name: Set version to release tag
run: |
Expand Down

0 comments on commit 7053778

Please sign in to comment.