Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jun 22, 2024
1 parent 91296dd commit 07799be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
run: cargo +nightly build --release
working-directory: lead_init

- name: chmod
if: runner.os == 'Linux'
run: chmod 777 ./publish

- name: Get tag
run: ./publish
id: tag
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.19
0.0.20

0 comments on commit 07799be

Please sign in to comment.