Skip to content

Commit

Permalink
change release name structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Feb 16, 2024
1 parent 760adc7 commit ef1e363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: libosi_${{ steps.version.outputs.version }}
release_name: libosi_${{ steps.version.outputs.version }}
tag_name: ${{ steps.version.outputs.version }}
release_name: ${{ steps.version.outputs.version }}

build_deb:
needs: create_release
Expand Down

0 comments on commit ef1e363

Please sign in to comment.