Skip to content

Commit

Permalink
fix: incorrect ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamska1008 committed Sep 14, 2024
1 parent 3d2bce1 commit 954ec2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-on-tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ jobs:
tar -czvf today.tar.gz today
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
files: ${{github.workspace}}/release/today.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 954ec2f

Please sign in to comment.