Skip to content

Commit

Permalink
More release testing (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmcquillan authored Sep 1, 2023
1 parent 49d3d94 commit 4863e10
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ jobs:
- name: Update Tag
shell: bash
run: |
echo "$GITHUB_REF"
version=$(echo "$GITHUB_REF" | sed 's/refs\/tags\/v//')
echo "$version"
sed -i "s/version = \"0.1.0\"/version = \"$version\"/" Cargo.toml
- name: Publish
run: cargo publish --allow-dirty --locked --token $CARGO_REGISTRY_TOKEN
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

run: cargo publish --allow-dirty --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 4863e10

Please sign in to comment.