Skip to content

Commit

Permalink
Merge pull request #227 from davseve/ED-11967-to-main
Browse files Browse the repository at this point in the history
Create latest release channel - 7
  • Loading branch information
davseve authored Sep 3, 2023
2 parents 97be02a + 3ada76e commit cfc0488
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Automated Latest Release

env:
CHANNEL: 'latest'
CHANGELOG_FILE: 'temp-changelog.txt'
PRERELEASE: 'true'

on:
Expand Down Expand Up @@ -85,10 +84,10 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.PACKAGE_VERSION }}
# target_commitish: ${{ env.CLEAN_REF }}
target_commitish: ${{ env.CLEAN_REF }}
files: |
elementor-*.zip
# ${{ env.CHANGELOG_FILE }}
body: false
prerelease: ${{ env.PRERELEASE }}
- name: Post To Slack Created Latest auto Release
if: ${{ github.event.inputs.pre_release }} == false
Expand Down

0 comments on commit cfc0488

Please sign in to comment.