Skip to content

Commit

Permalink
chore: fix trigger release (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao authored Feb 22, 2024
1 parent 3cc8620 commit ddec80b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,14 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

trigger-release:
needs: run-tests
if: github.ref_name == 'main'
runs-on: ubuntu-latest
container:
image: techallylw/ally-releases:1.21.0
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Trigger release
if: github.ref == 'refs/heads/main'
env:
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
Expand Down

0 comments on commit ddec80b

Please sign in to comment.