Skip to content

Update module github.com/nicksnyder/go-i18n/v2 to v2.5.1 (#478) #638

Update module github.com/nicksnyder/go-i18n/v2 to v2.5.1 (#478)

Update module github.com/nicksnyder/go-i18n/v2 to v2.5.1 (#478) #638

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}