File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch : {}
55
66env :
7- UPGRADEABLE_REPO : OpenZeppelin /openzeppelin-contracts-upgradeable
7+ UPGRADEABLE_REPO : Amxx /openzeppelin-contracts-upgradeable
88
99jobs :
1010 state :
1111 name : Check state
1212 permissions :
1313 pull-requests : read
14- if : ${{ github.repository == 'OpenZeppelin /openzeppelin-contracts' }}
14+ if : ${{ github.repository == 'Amxx /openzeppelin-contracts' }}
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v6
@@ -69,11 +69,11 @@ jobs:
6969 with :
7070 name : ${{ github.ref_name }}
7171 path : ${{ steps.pack.outputs.tarball }}
72- - name : Publish
73- run : bash scripts/release/workflow/publish.sh
74- env :
75- TARBALL : ${{ steps.pack.outputs.tarball }}
76- TAG : ${{ steps.pack.outputs.tag }}
72+ # - name: Publish
73+ # run: bash scripts/release/workflow/publish.sh
74+ # env:
75+ # TARBALL: ${{ steps.pack.outputs.tarball }}
76+ # TAG: ${{ steps.pack.outputs.tag }}
7777 - name : Create Github Release
7878 uses : actions/github-script@v8
7979 env :
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v6
1515 with :
16- repository : OpenZeppelin/openzeppelin-contracts-upgradeable
17- fetch-depth : 0
18- token : ${{ secrets.GH_TOKEN_UPGRADEABLE }}
16+ repository : Amxx/openzeppelin-contracts-upgradeable
17+ ref : ${{ github.ref }}
1918 - name : Fetch current non-upgradeable branch
2019 run : |
2120 git fetch "$REMOTE" master # Fetch default branch first for patch to apply cleanly
You can’t perform that action at this time.
0 commit comments