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:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -31,11 +29,10 @@ jobs:
|
||||
zip -r fourthwall-store-embed.zip . -x ".git/*" ".gitea/*"
|
||||
|
||||
- name: Create Release
|
||||
uses: actions/release@v1
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
username: ${{ secrets.CI_USER }}
|
||||
password: ${{ secrets.CI_TOKEN }}
|
||||
title: Release ${{ steps.get_version.outputs.version }}
|
||||
repo_token: "${{ secrets.REPO_TOKEN }}"
|
||||
title: Fourthwall-store-embed Release ${{ steps.get_version.outputs.version }}
|
||||
tag_name: ${{ steps.get_version.outputs.version }}
|
||||
files: |
|
||||
fourthwall-store-embed.zip
|
||||
|
Loading…
Reference in New Issue
Block a user