v0.0.5 (#21) #6
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: Bump and Tag Release Version on Main | |
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 }} |