fix: add support for French national id with no administrative code (… #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
# Documentation: https://github.com/zakodium/workflows#release | |
uses: zakodium/workflows/.github/workflows/release.yml@release-v1 | |
with: | |
npm: true | |
secrets: | |
github-token: ${{ secrets.BOT_TOKEN }} | |
npm-token: ${{ secrets.NPM_BOT_TOKEN }} |