mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
fix workflow
This commit is contained in:
parent
b7668d7f48
commit
46732889b5
8
.github/workflows/game_web_ci.yml
vendored
8
.github/workflows/game_web_ci.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
needs: [web, linux, windows]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -151,10 +151,10 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: v${{ env.GODOT_VERSION }}-${{ env.BRANCH_NAME }}
|
||||
release_name: Godot v${{ env.GODOT_VERSION }} Release - ${{ env.BRANCH_NAME }}
|
||||
tag_name: v${{ env.BRANCH_NAME }}
|
||||
release_name: ${{ env.BRANCH_NAME }}
|
||||
body: |
|
||||
Release notes for Godot v${{ env.GODOT_VERSION }} on branch ${{ env.BRANCH_NAME }}.
|
||||
Release notes for ${{ env.BRANCH_NAME }}.
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user