Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 13, 2024
1 parent d7d5306 commit e676b2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
clean:
permissions:
contents: write

runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
tags:
- v*
release:
types:
- created
workflow_dispatch:

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cordiverse/boilerplate",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"files": [
".env",
Expand Down

0 comments on commit e676b2b

Please sign in to comment.