Skip to content

Commit

Permalink
feat: add ci to project
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalangel committed Aug 22, 2024
1 parent 0156c26 commit cc50c09
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release the unity package
on:
push:
branches:
- develop
- master
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
Expand Down Expand Up @@ -40,21 +40,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: dynamicpixels-unity.zip

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- First Change
- Second Change
draft: false
prerelease: false

release:
name: Create Release
Expand Down

0 comments on commit cc50c09

Please sign in to comment.