Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
dispatch should depend on release
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Feb 9, 2023
1 parent 8804ea6 commit 0dc8176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
uses: mxschmitt/action-tmate@v3
if: env.RUN_TMATE
dispatch:
needs: release
runs-on: ubuntu-latest
steps:
- name: Get branch name
Expand All @@ -139,4 +140,4 @@ jobs:
token: ${{ secrets.CON_PCA_ACCESS_TOKEN }}
repository: cisagov/con-pca-tasks-docker
event-type: deploy-tasks
client-payload: '{"version": ${$VERSION}}'
client-payload: '{"version": $VERSION}'

0 comments on commit 0dc8176

Please sign in to comment.