Skip to content

Commit

Permalink
Update my-resume.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-singh-0 authored Jul 2, 2022
1 parent 2105d57 commit 44e2739
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/my-resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3

Expand All @@ -51,10 +52,6 @@ jobs:
- name: Set outputs
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"

- run: |
ls -l
ls -l artifact/

- name: Github Release
id: create_release
Expand Down

0 comments on commit 44e2739

Please sign in to comment.