diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a76cd1..4098ac4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.version b/.version index c5d4220..eb1591a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.19 \ No newline at end of file +0.0.20 \ No newline at end of file