Skip to content

Commit

Permalink
feat(a): random
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 21, 2023
1 parent 59698c6 commit aeb5d34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
statuses: write
contents: write
packages: write
id-token: write

jobs:
release:
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
buildCmd: 'yarn build',
publishCmd: 'yarn',
changelog: 'changelog',
npmFetch: true
npmFetch: true,
npmProvenance: true
}
2 changes: 1 addition & 1 deletion packages/a/random.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vcbf
fffff
aaaaaa
aaaaaaa

0 comments on commit aeb5d34

Please sign in to comment.