Skip to content

Commit

Permalink
fixed syntax for git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cqbanh authored May 16, 2023
1 parent 30c8d5e commit b52fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git tag -f -a "${{ env.THE_VERSION }}" -m "Version ${{ env.THE_VERSION }}"
git push origin "${{ env.THE_VERSION }} --force"
git push origin "${{ env.THE_VERSION }}" --force
- name: Publish UMM-T with new version
uses: podaac/cmr-umm-updater@0.4.0
Expand Down

0 comments on commit b52fd75

Please sign in to comment.