Skip to content

Commit 7e8ca33

Browse files
committed
release test
1 parent 076abee commit 7e8ca33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: 'Set version'
4848
run: |
4949
echo "Setting version: ${{ steps.strings-linux.outputs.build-version }}"
50-
dch --create --package mypackage --newversion "${{ steps.strings-linux.outputs.build-version }}" "Automated build"
50+
dch --create --package nfc-lab --newversion "${{ steps.strings-linux.outputs.build-version }}" "Automated build"
5151
dch --release --distribution unstable ""
5252
5353
- name: 'Build project'

0 commit comments

Comments
 (0)