Updating to use more up-to-date release
Some checks failed
Create Release / build (push) Failing after 3s
Some checks failed
Create Release / build (push) Failing after 3s
This commit is contained in:
parent
387483f31f
commit
48f44ab13a
@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -31,11 +29,10 @@ jobs:
|
|||||||
zip -r fourthwall-store-embed.zip . -x ".git/*" ".gitea/*"
|
zip -r fourthwall-store-embed.zip . -x ".git/*" ".gitea/*"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: actions/release@v1
|
uses: marvinpinto/action-automatic-releases@latest
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.CI_USER }}
|
repo_token: "${{ secrets.REPO_TOKEN }}"
|
||||||
password: ${{ secrets.CI_TOKEN }}
|
title: Fourthwall-store-embed Release ${{ steps.get_version.outputs.version }}
|
||||||
title: Release ${{ steps.get_version.outputs.version }}
|
|
||||||
tag_name: ${{ steps.get_version.outputs.version }}
|
tag_name: ${{ steps.get_version.outputs.version }}
|
||||||
files: |
|
files: |
|
||||||
fourthwall-store-embed.zip
|
fourthwall-store-embed.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user