Skip to content

Commit

Permalink
Merge pull request #5 from OPERA-Cal-Val/dev
Browse files Browse the repository at this point in the history
v0.0.1
  • Loading branch information
cmarshak authored Jan 10, 2024
2 parents de19b67 + e1f12f1 commit 8ce007b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Tag version

on:
push:
branches:
- main

jobs:
call-bump-version-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.8.3
with:
user: opera-pst-dev
email: opera-pst-dev@jpl.nasa.gov
secrets:
USER_TOKEN: ${{ secrets.OPERA_PST_GITHUB_TOKEN }}

0 comments on commit 8ce007b

Please sign in to comment.