Skip to content

Commit

Permalink
Move TODO where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Mar 18, 2021
1 parent 0e09035 commit 6afb2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
body: Update version to ${{ steps.bumpVersion.outputs.NEW_VERSION }}
labels: automerge

#TODO: Once we add cherry picking, we will need run this from elsewhere
- name: Tag version
run: git tag ${{ steps.bumpVersion.outputs.NEW_VERSION }}

#TODO: Once we add cherry picking, we will need run this from elsewhere
- name: 🚀 Push tags to trigger staging deploy 🚀
run: git push --tags

Expand Down

0 comments on commit 6afb2f1

Please sign in to comment.