Skip to content

Commit 258b83e

Browse files
committed
Manually Fixing make pre-release.yml
1 parent 4d96667 commit 258b83e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Approve Pull Request
3030
uses: actions/github-script@v6
3131
with:
32-
github-token: ${{ secrets.PAT_GITHUB }
32+
github-token: ${{ secrets.PAT_GITHUB }}
3333
script: |
3434
const prNumber = process.env.PR_NUMBER;
3535
if (!prNumber) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zephyr-ide",
33
"displayName": "Zephyr IDE",
44
"description": "A VS Code extension that streamlines setup, build, flashing, and debugging of Zephyr Projects",
5-
"version": "1.10.20",
5+
"version": "1.10.19",
66
"license": "Apache-2.0",
77
"publisher": "mylonics",
88
"icon": "media/logo.png",

0 commit comments

Comments
 (0)