Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Oct 3, 2024
1 parent 3ae1768 commit 85f62d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
environment: draft-env
environment: ${{ github.ref_name }}
permissions:
id-token: write
steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
purge-cache:
runs-on: ubuntu-latest
needs: deploy
environment: draft-env
environment: ${{ github.ref_name }}
steps:
- name: Download sync artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 85f62d6

Please sign in to comment.