We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57adef3 commit 97869e0Copy full SHA for 97869e0
.github/workflows/sharing-smart-contract-deploy.yml
@@ -49,15 +49,15 @@ jobs:
49
with:
50
node-version: 18
51
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!"
+ deploy:
+ needs: ci
+ runs-on: ubuntu-latest
+ permissions:
+ contents: write # Required for saving deployment
+ # environment: ${{ inputs.environment }} # Use the selected environment
+ steps:
+ - name: Say Hello
+ run: echo "Hello from the deploy job!"
61
62
# - uses: actions/checkout@v4
63
# with:
0 commit comments