Skip to content

Commit

Permalink
Well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Aug 9, 2022
1 parent 0699940 commit 203f63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0

- name: Push
uses: dokku/github-action@v1
uses: dokku/github-action@v1.1.2
# enable verbose ssh output
with:
branch: "main"
Expand All @@ -62,7 +62,7 @@ jobs:
ssh_private_key: ${{ secrets.PRIVATE_KEY }}

- name: Create Sentry release
uses: getsentry/action-release@v1.1.2
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
Expand Down

0 comments on commit 203f63f

Please sign in to comment.