Skip to content

Commit

Permalink
replace unmaintained release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Sep 27, 2024
1 parent bce2081 commit acbb158
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-gh-release@v2
with:
repo_token: "${{ secrets.TOKEN }}"
prerelease: false
automatic_release_tag: "${{ env.CURRENT_DATE }}"
title: "Release ${{ env.CURRENT_DATE }}"
files: "*.iconpack"
name: "Release ${{ env.CURRENT_DATE }}"
tag_name: "${{ env.CURRENT_DATE }}"
files: "*.iconpack"
token: "${{ secrets.TOKEN }}"
make_latest: true

0 comments on commit acbb158

Please sign in to comment.