Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Dhamu committed May 4, 2022
1 parent 7dbe8a3 commit e428a61
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ jobs:
- name: Build
run: yarn build

- name: Changelog
id: changelog
uses: mikepenz/[email protected]
with:
fromTag: ${{ steps.env_vars.outputs.PUBLISHED_VERSION }}
toTag: ${{ steps.env_vars.outputs.CURRENT_VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Pre-release
if: github.ref != 'refs/heads/main'
uses: actions/create-release@latest
Expand All @@ -69,7 +60,7 @@ jobs:
with:
tag_name: ${{ steps.env_vars.outputs.CURRENT_VERSION }}
release_name: ${{ steps.env_vars.outputs.CURRENT_VERSION }}
body: ${{ steps.changelog.outputs.changelog }}
body: "**Full Changelog**: https://github.com/adhamu/arge/compare/${{ steps.env_vars.outputs.PUBLISHED_VERSION }}...${{ steps.env_vars.outputs.CURRENT_VERSION }}"
draft: true
prerelease: true

Expand Down

0 comments on commit e428a61

Please sign in to comment.