Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [master, development]

permissions:
contents: read
pull-requests: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
with:
token: ${{ secrets.TYPES_GENERATOR_AUTOMATION }}
strategy: upgrade
- name: Release to GitHub Packages
if: steps.update_tag.outputs.tagname
uses: JS-DevTools/npm-publish@v2.2.0
with:
token: ${{ secrets.PKG_TOKEN }}
registry: https://npm.pkg.github.com
strategy: upgrade
- name: GitHub Release
if: steps.update_tag.outputs.tagname
id: github-release
Expand Down
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ fileignoreconfig:
ignore_detectors:
- filecontent
- filename: package-lock.json
checksum: 6c6bbb4e3beef5af3e63d02e1d61a8628463e7b4290069ee06049ad7ea998a11
checksum: f7f3ecebe5fffd779f1a3aebb86714cb93ea7745ddce2aef7ee113f4fe478216
version: "1.0"
Loading
Loading