/[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 519 by rakin, Mon Jul 29 17:30:37 2024 UTC revision 520 by rakin, Mon Jul 29 17:30:37 2024 UTC
# Line 16  jobs: Line 16  jobs:
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.GITHUB_TOKEN }}
20            version-file: './package.json,./package-lock.json'            version-file: './package.json,./package-lock.json'
21    
22        - name: Create Release        - name: Create Release
23          uses: actions/create-release@v1          uses: actions/create-release@v1
24          if: ${{ steps.changelog.outputs.skipped == 'false' }}          if: ${{ steps.changelog.outputs.skipped == 'false' }}
25          env:          env:
26            GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}            GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27          with:          with:
28            tag_name: ${{ steps.changelog.outputs.tag }}            tag_name: ${{ steps.changelog.outputs.tag }}
29            release_name: ${{ steps.changelog.outputs.tag }}            release_name: ${{ steps.changelog.outputs.tag }}

Legend:
Removed from v.519  
changed lines
  Added in v.520

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26