Skip to content

Commit 05a13f3

Browse files
authored
fix: set release version (#2239)
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent 34b717e commit 05a13f3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
GITHUB_OWNER: ${{ github.repository_owner }}
10+
NIX_INSTALL_SHA: de490f61fcbaf9a5cabf2fa621ddb9ef93ad35d9a23a04e7d51b26e092b63691
11+
NIX_INSTALL_VERSION: 2.34.4
12+
1013
jobs:
1114
build:
1215
runs-on: ubuntu-latest

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bootstrap-sha": "ab77bd4030512387b04480079c38aa54f8590eb9",
3-
"last-release-sha": "855669080db821c5e6697161048267e72a232f63",
4-
"release-as": "v14.1.0",
3+
"last-release-sha": "ab9dfddf1cf8f6b0542080146a52cd73b01e1156",
4+
"release-as": "v14.1.1",
55
"always-update": true,
66
"commit-search-depth": 100,
77
"prerelease": true,

0 commit comments

Comments
 (0)