Skip to content

Commit

Permalink
chore: silly me forgot to put it inside workflows folder
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed Jan 11, 2025
1 parent 11b0038 commit 833cf8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 37 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/blank.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/release.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
mv main.pdf Anish_Shobith_P_S_Resume.pdf
- name: Set Release Date
id: date
run: |
echo "::set-output name=date::$(TZ=Asia/Kolkata date +'%d/%m/%Y %T')"
- name: Create Release
if: github.ref == 'refs/heads/main'
uses: softprops/action-gh-release@v2
Expand All @@ -30,7 +35,7 @@ jobs:
prerelease: false
tag_name: "v{{ github.run_id }}"
name: "Resume Release - ${{ github.run_id }}"
body: "Resume Release - ${{ date }}"
body: "Resume Release - ${{ steps.date.outputs.date }}"
generate_release_notes: false
files: |
Anish_Shobith_P_S_Resume.pdf

0 comments on commit 833cf8b

Please sign in to comment.