Edit

kc3-lang/libxkbcommon/.github/workflows/github-release.yml

Branch :

  • Show log

    Commit

  • Author : Rui Chen
    Date : 2024-03-13 15:29:04
    Hash : 7977880a
    Message : ci: Bump action deps to use nodejs 20 runtime Signed-off-by: Rui Chen <rui@chenrui.dev>

  • .github/workflows/github-release.yml
  • name: github-release
    
    on:
      push:
        tags:
          - 'xkbcommon-*'
    
    # Set permissions at the job level.
    permissions: {}
    
    jobs:
      build:
        name: Automatically create GitHub release for tag
        runs-on: ubuntu-22.04
        permissions:
          contents: write
        steps:
          - uses: actions/checkout@v4
            with:
              fetch-depth: 0
              persist-credentials: false
    
          - uses: actions/create-release@v1
            env:
              GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
            with:
              tag_name: ${{ github.ref }}
              release_name: ${{ github.ref }}
              body: |
                See the [NEWS](https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS) file for the changes.
    
                Official tarball: https://xkbcommon.org/download/lib${{ github.ref_name }}.tar.xz