Skip to content

refactor(store.go): remove unused variable 'indexes' and handle curso… #17

refactor(store.go): remove unused variable 'indexes' and handle curso…

refactor(store.go): remove unused variable 'indexes' and handle curso… #17

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 100
- uses: fregante/release-with-changelog@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
template: |
### Changelog
{commits}
{range}