Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeborn committed May 7, 2020
1 parent e6e110f commit b1657a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heliocron"
version = "0.3.2"
version = "0.3.3"
authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
description = """
Heliocron is a command line application written in Rust capable of delaying execution of other
Expand Down

0 comments on commit b1657a9

Please sign in to comment.