Skip to content

Commit 4863e10

Browse files
authored
More release testing (#12)
1 parent 49d3d94 commit 4863e10

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ jobs:
1818
- name: Update Tag
1919
shell: bash
2020
run: |
21-
echo "$GITHUB_REF"
2221
version=$(echo "$GITHUB_REF" | sed 's/refs\/tags\/v//')
23-
echo "$version"
2422
sed -i "s/version = \"0.1.0\"/version = \"$version\"/" Cargo.toml
2523
- name: Publish
26-
run: cargo publish --allow-dirty --locked --token $CARGO_REGISTRY_TOKEN
27-
env:
28-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
29-
24+
run: cargo publish --allow-dirty --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)