Skip to content

Commit

Permalink
Add note about why we are explicitly creating tag while staging
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemcd authored and AaronH88 committed Nov 22, 2023
1 parent 3629bfd commit e998998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ansible/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Authorization: "Bearer {{ github_token }}"
X-GitHub-Api-Version: "2022-11-28"
tasks:
# The next 2 tasks can maybe get deleted if GitHub ever fixes this:
# https://github.com/orgs/community/discussions/4924
- name: Create tag object
uri:
url: "https://api.github.com/repos/{{ repo }}/git/tags"
Expand Down

0 comments on commit e998998

Please sign in to comment.