Skip to content

Commit a15800d

Browse files
committed
testing edits
1 parent 7317e0f commit a15800d

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/release-upgradeable.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
workflow_dispatch: {}
55

66
env:
7-
UPGRADEABLE_REPO: OpenZeppelin/openzeppelin-contracts-upgradeable
7+
UPGRADEABLE_REPO: Amxx/openzeppelin-contracts-upgradeable
88

99
jobs:
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:

.github/workflows/upgradeable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
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

0 commit comments

Comments
 (0)