Skip to content

Commit

Permalink
ci: release the tagged commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Jun 23, 2021
1 parent 754c4f1 commit 0baeb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build.yml
branch: main
commit: ${{ github.sha }}
- name: Flatten Directory structure
run: |
find ./ -mindepth 2 -type f -exec mv -t ./ -i '{}' +
Expand Down

0 comments on commit 0baeb3c

Please sign in to comment.