Skip to content

Commit

Permalink
fix(ci): use another release action
Browse files Browse the repository at this point in the history
  • Loading branch information
elzinko committed Aug 10, 2023
1 parent 45191fc commit 829d4ea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,11 @@ jobs:

- run: ls -al

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
- uses: "marvinpinto/action-automatic-releases@latest"
with:
tag_name: ${{ github.ref }}
body_path: CHANGELOG.md
files: elementor-media-validator-plugin
draft: false
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ github.ref }}
prerelease: false
files: |
elementor-media-validator-plugin.zip
CHANGELOG.md

0 comments on commit 829d4ea

Please sign in to comment.