We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c3ece commit ea2e142Copy full SHA for ea2e142
2 files changed
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
8
# paths:
9
# - src/**
10
11
+permissions:
12
+ contents: write
13
+
14
jobs:
15
release:
16
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mathflow",
3
- "version": "0.3.0",
+ "version": "0.0.0",
4
"description": "A lightweight library for evaluating mathematical expressions written in natural mathematical notation.",
5
"type": "module",
6
"exports": {
0 commit comments