We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b717e commit 05a13f3Copy full SHA for 05a13f3
2 files changed
.github/workflows/pull_request.yaml
@@ -7,6 +7,9 @@ env:
7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9
GITHUB_OWNER: ${{ github.repository_owner }}
10
+ NIX_INSTALL_SHA: de490f61fcbaf9a5cabf2fa621ddb9ef93ad35d9a23a04e7d51b26e092b63691
11
+ NIX_INSTALL_VERSION: 2.34.4
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
release-please-config.json
@@ -1,7 +1,7 @@
1
{
2
"bootstrap-sha": "ab77bd4030512387b04480079c38aa54f8590eb9",
3
- "last-release-sha": "855669080db821c5e6697161048267e72a232f63",
4
- "release-as": "v14.1.0",
+ "last-release-sha": "ab9dfddf1cf8f6b0542080146a52cd73b01e1156",
+ "release-as": "v14.1.1",
5
"always-update": true,
6
"commit-search-depth": 100,
"prerelease": true,
0 commit comments