mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
a
This commit is contained in:
parent
17bedaee49
commit
328b3765f0
6
.github/workflows/game_web_ci.yml
vendored
6
.github/workflows/game_web_ci.yml
vendored
@ -148,12 +148,16 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: v${{ env.BRANCH_NAME }}
|
||||
tag_name: ${{ env.BRANCH_NAME }}
|
||||
release_name: ${{ env.BRANCH_NAME }}
|
||||
body: |
|
||||
Release notes for ${{ env.BRANCH_NAME }}.
|
||||
draft: false
|
||||
prerelease: true
|
||||
|
||||
- name: Get branch name
|
||||
id: get_branch
|
||||
run: ls
|
||||
|
||||
- name: Upload Web Release Asset
|
||||
id: upload-release-asset
|
||||
|
Loading…
x
Reference in New Issue
Block a user