Skip to content

Commit

Permalink
Switch tags for build-from-main to false in initial release workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 9, 2024
1 parent 68caf18 commit c2313df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initial_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
with:
token: ${{ env.GH_TOKEN }}
branch: ${{ vars.MAIN_BRANCH }}
tags: true
tags: false
unprotect_reviews: false

- name: 🔼 Upload zip artifacts
Expand Down

0 comments on commit c2313df

Please sign in to comment.