We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fafda commit 0ab42c2Copy full SHA for 0ab42c2
2 files changed
.github/workflows/hello-world-2.8.0.yml .github/workflows/hello-world-2.8.1.yml.github/workflows/hello-world-2.8.0.yml renamed to .github/workflows/hello-world-2.8.1.yml
@@ -19,7 +19,7 @@
19
# would show the proper run name. Using per-branch workflow file name seems to be
20
# the only way around this.
21
#
22
-name: Hello World 2.8.0
+name: Hello World 2.8.1
23
24
# manual and REST API runs only
25
on:
@@ -39,7 +39,7 @@ env:
39
# Seems that the only way to track build numbers per branch in GitHub is
40
# to rename workflow file name in each branch.
41
42
- VERSION: 2.8.0
+ VERSION: 2.8.1
43
BUILD_NUMBER: ${{ github.run_number }}
44
PKG_REV: ${{ github.event.inputs.PKG_REV }}
45
test.cpp
@@ -2,7 +2,7 @@
2
#include <cstdlib>
3
4
// this comment is added on a 2.8.x branch
5
-#define VERSION "2.8.0"
+#define VERSION "2.8.1"
6
7
#if !defined(BUILD_NUMBER)
8
#error BUILD_NUMBER must be defined when compiling this source file
0 commit comments