Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
igorfersantos committed Sep 25, 2022
1 parent e035a73 commit 171ee0e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: GameCI Template 🎮

on: push
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10


env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
Expand Down Expand Up @@ -168,7 +173,7 @@ jobs:
prerelease: false
release_name: Release 0.0.1
tag_name: ${{ github.ref }}
body_path: CHANGELOG.md
body_path: ./CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload files to release ⬆️
Expand Down

0 comments on commit 171ee0e

Please sign in to comment.