diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ec82b4..8cd9f02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} - name: Publish to crates.io - run: cargo publish --dry-run --allow-dirty + run: cargo publish --allow-dirty create-gh-pages-release: name: create-gh-pages-release @@ -38,9 +38,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: test + tag_name: ${{ env.VERSION }} release_name: ${{ env.VERSION }} - draft: true - name: Save release upload URL to artifact run: echo "${{ steps.release.outputs.upload_url }}" > artifacts/release-upload-url diff --git a/Cargo.toml b/Cargo.toml index 2ad027d..76023fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heliocron" -version = "0.3.2" +version = "0.3.3" authors = ["Michael Freeborn "] description = """ Heliocron is a command line application written in Rust capable of delaying execution of other