This commit is contained in:
parent
c733ae69b9
commit
49785e611c
@ -29,13 +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: marvinpinto/action-automatic-releases@latest
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.REPO_TOKEN }}"
|
token: "${{ secrets.REPO_TOKEN }}"
|
||||||
title: Fourthwall-store-embed Release ${{ steps.get_version.outputs.version }}
|
title: Fourthwall-store-embed Release ${{ steps.get_version.outputs.version }}
|
||||||
tag_name: ${{ steps.get_version.outputs.version }}
|
tag_name: ${{ steps.get_version.outputs.version }}
|
||||||
automatic_release_tag: latest
|
|
||||||
files: |
|
files: |
|
||||||
fourthwall-store-embed.zip
|
fourthwall-store-embed.zip
|
||||||
draft: false
|
|
||||||
prerelease: false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user