Browse Source

Update release.yml

master
BT 5 years ago
committed by GitHub
parent
commit
25ab8f2cfc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/release.yml

8
.github/workflows/release.yml

@ -1,8 +1,5 @@
name: Run Release Script on push to MASTER name: Run Release Script on push to MASTER
on: on: push
push:
branches:
- master
jobs: jobs:
build: build:
@ -17,8 +14,7 @@ jobs:
run: cp deploy/*.zip ./ run: cp deploy/*.zip ./
- name: Debug current working dir - name: Debug current working dir
run: ls -la run: ls -la
- name: Release Image - name: Release Image to placeholder or release
if: startsWith(github.ref, 'refs/tags/')
uses: meeDamian/github-release@v1.0.0 uses: meeDamian/github-release@v1.0.0
with: with:
gzip: false gzip: false

Loading…
Cancel
Save