Use updated module
All checks were successful
Create Release / build (push) Successful in 4s

This commit is contained in:
Josh Knapp 2025-01-08 13:39:12 -08:00
parent c733ae69b9
commit 49785e611c

View File

@ -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