We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076abee commit 7e8ca33Copy full SHA for 7e8ca33
.github/workflows/cmake-build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: 'Set version'
48
run: |
49
echo "Setting version: ${{ steps.strings-linux.outputs.build-version }}"
50
- dch --create --package mypackage --newversion "${{ steps.strings-linux.outputs.build-version }}" "Automated build"
+ dch --create --package nfc-lab --newversion "${{ steps.strings-linux.outputs.build-version }}" "Automated build"
51
dch --release --distribution unstable ""
52
53
- name: 'Build project'
0 commit comments