We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a11e6 commit 0d551eeCopy full SHA for 0d551ee
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- 'v*'
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
apps/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "outray",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "OutRay CLI - Expose your local server to the internet",
"main": "dist/index.js",
"bin": {
0 commit comments