diff options
author | wlodekm <[email protected]> | 2024-11-15 10:18:37 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-15 10:18:37 +0200 |
commit | 6500a80bbb07ef6820294914b0609fa87d3c2c16 (patch) | |
tree | 537fcdf7a272c8cfbf5a645016aa6dc32eb77616 /.github | |
parent | 20a7cd47bd587eec4081fd59d9e5a94293cdc1c4 (diff) |
oiuahiufsnjiudahiufxh9iuhsaiuh
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67e5fcb..8d44190 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,5 +46,8 @@ jobs: with: files: build/compressed/* # Upload the files to the GitHub release tag_name: ${{ github.ref }} # Use the pushed tag as the release version - name: Release ${{ github.ref }} + release_name: Release ${{ github.ref }} body: "Automated release for version ${{ github.ref }}" + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} # Use the personal access token here + |