diff --git a/.github/workflows/bump-tag-for-release.yml b/.github/workflows/bump-tag-for-release.yml new file mode 100644 index 0000000..b4d6400 --- /dev/null +++ b/.github/workflows/bump-tag-for-release.yml @@ -0,0 +1,15 @@ +name: Annotated Git Tag on Main (bump version) + +on: + push: + branches: + - main + +jobs: + call-bump-version-workflow: + uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.11.2 + with: + user: opera-pst-dev + email: opera-pst-dev@jpl.nasa.gov + secrets: + USER_TOKEN: ${{ secrets.OPERA_PST_DIST_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index d03e870..037e8da 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -1,4 +1,3 @@ - name: Create Release on Github on: