Skip to content

Commit

Permalink
ci: fix version in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Oct 29, 2024
1 parent d9d50fc commit 692d135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
name: deb
path: robot_failover.deb

- name: Get current version
id: cversion
run: echo "::set-output name=version::$(git describe --tags | sed 's|v||g')"

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 692d135

Please sign in to comment.