Skip to content

feat!: new gql endpoint + id naming refactor #13

feat!: new gql endpoint + id naming refactor

feat!: new gql endpoint + id naming refactor #13

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 }}