Skip to content

Commit

Permalink
Merge pull request #3378 from iotaledger/fix/deployment-env
Browse files Browse the repository at this point in the history
fixed workflow
  • Loading branch information
jorgemmsilva authored Apr 23, 2024
2 parents eed40b5 + dff1aa3 commit cfea4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
setup:
environment: release
name: Setup repository
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -67,6 +66,7 @@ jobs:

release-docker:
needs: setup
environment: release
name: Release Docker
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# Push wasp-cli README to Docker Hub
- name: git checkout
uses: actions/checkout@v4

- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
Expand Down

0 comments on commit cfea4bb

Please sign in to comment.