This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
fix(documents): put back right version of pdf #27
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: | |
workflow_dispatch: | |
push: | |
branches: [master, main, alpha, beta, next] | |
jobs: | |
release: | |
name: Release | |
runs-on: ubuntu-latest | |
steps: | |
- uses: socialgouv/workflows/actions/semantic-release@v1 | |
with: | |
github-token: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }} | |
author-name: ${{ secrets.SOCIALGROOVYBOT_NAME }} | |
author-email: ${{ secrets.SOCIALGROOVYBOT_EMAIL }} |