Skip to content

Commit 6cdb576

Browse files
committed
yaml: |
1 parent a935048 commit 6cdb576

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Create Artifacts
2525
working-directory: ${{ steps.download.outputs.download-path}}
26-
run:
26+
run: |
2727
set -eux
2828
2929
TAG="${{ github.ref_name }}"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diskuto-api"
3-
version = "1.0.0-rc5"
3+
version = "1.0.0-rc6"
44
authors = ["Cody Casterline <cody.casterline@gmail.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)