We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1146a commit ff59107Copy full SHA for ff59107
.github/workflows/auto_release.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: write # リポジトリのコンテンツに書き込み権限を与える
10
+
11
jobs:
12
release:
13
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javalibraryscript",
3
- "version": "v1.0.3.3",
+ "version": "v1.0.3.4",
4
"description": "Javaの機能をJavaScriptに適当に再現",
"main": "index.js",
"scripts": {
0 commit comments