Skip to content

Commit

Permalink
Merge pull request #3 from podaac/feature/PODAAC-4360
Browse files Browse the repository at this point in the history
removed :         uses: actions-ecosystem/action-push-tag@v1
  • Loading branch information
hkryeung authored Jun 7, 2022
2 parents e7f0ad3 + e2242db commit 13a5603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
git commit -am "/version ${{ env.software_version }}"
git push
- name: Push Tag
uses: actions-ecosystem/action-push-tag@v1
if: |
github.ref == 'refs/heads/develop' ||
github.ref == 'refs/heads/main' ||
Expand Down

0 comments on commit 13a5603

Please sign in to comment.