Skip to content

Feat(typing)/allow non string trait types (#43) #9

Feat(typing)/allow non string trait types (#43)

Feat(typing)/allow non string trait types (#43) #9

Workflow file for this run

name: Publish
on:
push:
tags:
- "v*"
jobs:
package:
name: Publish Gradle Dependency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Preconfigure gradle
uses: ./.github/actions/prepare-gradle
- name: Publish new version
run: ./gradlew publish