1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00

release on tags now

This commit is contained in:
Chase 2022-01-03 13:03:37 -06:00
parent ece7f8e797
commit 51889e078c
No known key found for this signature in database
GPG Key ID: 9EC29E797878008C
2 changed files with 3 additions and 25 deletions

View File

@ -1,22 +0,0 @@
name: Pre-Release
'on':
push:
branches:
- develop
jobs:
create_release:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: 'bash ${GITHUB_WORKSPACE}/.github/release.sh'
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: latest-develop
prerelease: true
title: Pre-Release
files: |
release.zip

View File

@ -1,8 +1,8 @@
name: Release
'on':
on:
push:
branches:
- master
tags:
- "*"
jobs:
create_release:
name: Create GitHub Release