/[sudobot]/trunk/.github/workflows/release.yml
ViewVC logotype

Diff of /trunk/.github/workflows/release.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 516 by rakin, Mon Jul 29 17:30:36 2024 UTC revision 517 by rakin, Mon Jul 29 17:30:37 2024 UTC
# Line 10  jobs: Line 10  jobs:
10      runs-on: ubuntu-latest      runs-on: ubuntu-latest
11    
12      steps:      steps:
13        - uses: actions/checkout@v2        - uses: actions/checkout@v3
14    
15        - name: Conventional Changelog Action        - name: Conventional Changelog Action
16          id: changelog          id: changelog
17          uses: TriPSs/[email protected]          uses: TriPSs/[email protected]
18          with:          with:
19            github-token: ${{ secrets.CHANGELOG_RELEASE }}            github-token: ${{ secrets.CHANGELOG_RELEASE }}
20            version-file: './package.json,./package-lock.json'            version-file: './package.json,./package-lock.json'

Legend:
Removed from v.516  
changed lines
  Added in v.517

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26