Skip to content

Fixed localization of post cards (#821) #461

Fixed localization of post cards (#821)

Fixed localization of post cards (#821) #461

Workflow file for this run

name: Release Drafter
# Run action on push in mater branch
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Create/Update release draft
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}