Merge pull request #2 from opera-adt/dev #1
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: Annotated Git Tag on Main (bump version) | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
call-bump-version-workflow: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
with: | |
user: opera-pst-dev | |
email: [email protected] | |
secrets: | |
USER_TOKEN: ${{ secrets.OPERA_PST_DIST_TOKEN }} |