Skip to content

bump version to 0.4.0 #1

bump version to 0.4.0

bump version to 0.4.0 #1

Workflow file for this run

name: Release
on:
push:
tags:
- "*.*.*"
jobs:
test:
name: Test suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo package -v
- uses: softprops/action-gh-release@v2
with:
files:
- target/package/accurate-${{ github.ref }}.crate

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 18, Col: 13): A sequence was not expected
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CRATES_IO_TOKEN }}