Skip to content

Commit

Permalink
Update welcome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Mar 4, 2024
1 parent 731ab96 commit fa9c028
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changelog
id: changelog
uses: VirtoCommerce/vc-github-actions/changelog-generator@master
- name: Create Release
id: create_release
- name: Add link to PR
if: ${{ github.event_name == 'pull_request' }}
uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master
with:
changelog: ${{ steps.changelog.outputs.changelog }}
organization: ${{ github.repository_owner }}
uses: VirtoCommerce/vc-github-actions/publish-github-release@master
artifactUrl: ${{ github.event_name }}
repoOrg: ${{ github.repository_owner }}
downloadComment: 'Artifact URL:'

0 comments on commit fa9c028

Please sign in to comment.