8 # Set permissions at the job level.
13 name: Automatically create GitHub release for tag
18 - uses: actions/checkout@v3
21 persist-credentials: false
23 - uses: actions/create-release@v1
25 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27 tag_name: ${{ github.ref }}
28 release_name: ${{ github.ref }}
30 See the [NEWS](https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS) file for the changes.
32 Official tarball: https://xkbcommon.org/download/lib${{ github.ref }}.tar.xz