Skip to content

Commit 97869e0

Browse files
committed
Debug
1 parent 57adef3 commit 97869e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
with:
5050
node-version: 18
5151

52-
# deploy:
53-
# needs: build-and-test
54-
# runs-on: ubuntu-latest
55-
# permissions:
56-
# contents: write # Required for saving deployment
57-
# environment: ${{ inputs.environment }} # Use the selected environment
58-
# steps:
59-
# - name: Say Hello
60-
# run: echo "Hello from the deploy job!"
52+
deploy:
53+
needs: ci
54+
runs-on: ubuntu-latest
55+
permissions:
56+
contents: write # Required for saving deployment
57+
# environment: ${{ inputs.environment }} # Use the selected environment
58+
steps:
59+
- name: Say Hello
60+
run: echo "Hello from the deploy job!"
6161

6262
# - uses: actions/checkout@v4
6363
# with:

0 commit comments

Comments
 (0)