Skip to content

Commit 29cb5cb

Browse files
Merge pull request #500 from chocolatey/trusted-publishing-2
(#489) Enable Trusted Publishing
2 parents 31571bc + 10ee51b commit 29cb5cb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
ref: ${{ github.sha }}
1819
- uses: actions/setup-node@v4
1920
with:
2021
node-version: 24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choco-theme",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"packageManager": "yarn@4.10.3",
55
"private": true,
66
"license": "Apache-2.0",

packages/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chocolatey-software/playwright",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Chocolatey Software theme assets for Playwright.",
55
"author": "Chocolatey Software (https://chocolatey.org/)",
66
"homepage": "https://github.com/chocolatey/choco-theme/blob/main/packages/playwright#readme",

0 commit comments

Comments
 (0)