Skip to content

using fields and groups (#14) #7

using fields and groups (#14)

using fields and groups (#14) #7

Workflow file for this run

name: Creating release assets
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release assets
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}