Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arka-h authored Feb 1, 2024
1 parent d1b5bdb commit 126c52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: Resume compiled on ${{ steps.time.outputs.time }}
# tag_name: ${{ steps.time.outputs.time }}
tag_name: "latest"
tag_name: ${{ steps.time.outputs.time }}
# tag_name: "latest"
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 126c52a

Please sign in to comment.