Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 authored Mar 28, 2021
1 parent b0e70e5 commit a61e851
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Update version
id: version
uses: brettdorrans/write-version-to-file@master
with:
filename: '/.VERSION'
- name: Write Version
run: git describe > .VERSION
- name: Zip Folder
run: zip -r perfiz.zip . -x *.git*
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a61e851

Please sign in to comment.