Skip to content

Commit ea2e142

Browse files
committed
fix(ci): allow workflow to publish releases and tags
1 parent 38c3ece commit ea2e142

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
# paths:
99
# - src/**
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
release:
1316
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathflow",
3-
"version": "0.3.0",
3+
"version": "0.0.0",
44
"description": "A lightweight library for evaluating mathematical expressions written in natural mathematical notation.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)