Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Sep 6, 2023
1 parent 310349f commit 6bad8b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
title: ${{ steps.cargo_title.outputs.result }}
version: ${{ steps.cargo_current.outputs.version }}
version: ${{ steps.cargo_previous.outputs.version }}
steps:
-
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
-
name: Release
run: |
gh release create ${{ inputs.title }} -t ${{ inputs.push_tag }}
gh release create ${{ inputs.push_tag }} --notes "Hash-tag: ${{ inputs.title }}"
shell: bash
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core"
version = "0.2.7"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 6bad8b8

Please sign in to comment.