Skip to content

Commit

Permalink
revert echo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetin committed Jan 20, 2025
1 parent 8214da6 commit f2bd6ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,11 @@ jobs:
update-public-fullnode:
runs-on: ubuntu-latest
needs: [ release ]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: echo DOCKERHUB_USERNAME
env:
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
run: echo $DOCKERHUB_USERNAME

- name: Download linux-amd64 Binary
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f2bd6ed

Please sign in to comment.