Skip to content

Commit

Permalink
fix(release): release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd-88 committed Aug 1, 2024
1 parent cfdac0a commit 050e8c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
branches:
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": "@dvd-88/typescript-parallel-transform",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "A typescript first implementation of a parallel transform stream",
"repository": {
Expand Down

0 comments on commit 050e8c9

Please # to comment.