Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ jobs:
# You can also manually trigger a workflow dispatch with the force
# value equal to 'true'.
force: ${{ github.event.inputs.force || (secrets.UPSTREAM_SYNC == 'always overwrite master branch') }}
# Quarterly release tags are only created upstream (see
# github-actions-quarterly-tag.yml); mirror the exact tag object
# here instead of letting this repo mint its own, which is what
# caused tag drift (same commit, two different annotated tag
# objects, breaking plain `git fetch` between the two remotes).
syncTags: true
deployKey: ${{ secrets.DEPLOY_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/github-actions-quarterly-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
create-tag:
name: Create quarterly tag
runs-on: ubuntu-latest
if: github.repository == 'The-OpenROAD-Project/OpenROAD-flow-scripts'
permissions:
contents: write
steps:
Expand Down