Skip to content

Commit

Permalink
updated main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9903 committed Mar 11, 2024
1 parent bfbcbf5 commit 06b3134
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ jobs:

# .github/workflows/main.yml continued

- name: Get Timestamp
uses: gerred/actions/current-time@master
id: current-time

- name: Run String Replace
uses: frabert/replace-string-action@master
id: format-time
with:
pattern: '[:\.]+'
string: "${{ steps.current-time.outputs.time }}"
replace-with: "-"
flags: "g"

- name: Generate Deployment Package
run: zip -r deploy.zip * -x "**node_modules**"

Expand Down

0 comments on commit 06b3134

Please sign in to comment.