Skip to content

Commit

Permalink
Release version 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrouwerdigibase committed Mar 29, 2024
1 parent f5971ff commit a2b5650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v$VERSION
release_name: Sketchup-IFC-Manager $VERSION
tag_name: v${{ env.VERSION }}
release_name: Sketchup-IFC-Manager ${{ env.VERSION }}
body: ${{ env.RELEASE_NOTES }}
draft: true
prerelease: false
Expand Down

0 comments on commit a2b5650

Please sign in to comment.