Skip to content

fix: CORS part 4 - revelations #8

fix: CORS part 4 - revelations

fix: CORS part 4 - revelations #8

Workflow file for this run

name: Automatic versioning
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: rust
package-name: tars
token: ${{ github.token }}