Skip to content

fix:fixing go versions #2

fix:fixing go versions

fix:fixing go versions #2

Workflow file for this run

name: Create Release
on:
push:
tags:
- 'v*'
jobs:
create_release:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: "*/**"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}