Skip to content

Commit

Permalink
The changes never worked either way
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkiss committed Apr 4, 2024
1 parent 2358547 commit 74d3ac7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
mv ${{ github.workspace }}/Iosevka/dist/iosevka-ak2-prose/ttf ./iosevka-ak2-prose-${{ steps.version.outputs.full }}
zip -r iosevka-ak2-${{ steps.version.outputs.full }}.zip iosevka-ak2-${{ steps.version.outputs.full }}
zip -r iosevka-ak2-prose-${{ steps.version.outputs.full }}.zip iosevka-ak2-prose-${{ steps.version.outputs.full }}
- name: Get changes
id: changes
run: |
CHANGELIST=$(git log $(git describe --tags --abbrev=0)..HEAD --oneline --no-decorate | awk '{print "- " $0}')
echo "list=$CHANGELIST" >> $GITHUB_OUTPUT
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -65,8 +60,6 @@ jobs:
- build plan version: **${{ steps.version.outputs.ak }}**
- iosevka version: **${{ steps.version.outputs.iosevka }}**
- iosevka version hash: **${{ steps.version.outputs.sha }}**
---
${{ steps.changes.outputs.list }}
draft: false
prerelease: false
- name: Upload Release Asset
Expand Down

0 comments on commit 74d3ac7

Please sign in to comment.