1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
name: Deploy crates.io record on: release: types: [published] jobs: record: runs-on: ubuntu-latest environment: name: crates-io url: https://crates.io/crates/spellkit steps: - name: Record deployment run: echo "Deployment for ${{ github.event.release.tag_name }}"