Skip to content

Commit

Permalink
Merge pull request #1203 from openziti/release-next
Browse files Browse the repository at this point in the history
Release 0.29.0 (Take 2)
  • Loading branch information
plorenz authored Jul 13, 2023
2 parents 1b0f76b + b656320 commit 3ca2dd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@ jobs:
needs: [ fablab-smoketest ]
steps:
- name: Sleep If Failed
if: needs.fablab-smoketest.result != 'success'
if: needs.fablab-smoketest.result != 'success' && needs.fablab-smoketest.result != 'skipped'
run: |
sleep 30m
- name: Teardown Test Environment
if: always()
if: always() && needs.fablab-smoketest.result != 'skipped'
env:
FABLAB_PASSPHRASE: ${{ secrets.FABLAB_PASSPHRASE }}
run: |
Expand Down Expand Up @@ -283,6 +283,7 @@ jobs:
ziti_ci_gpg_key: ${{ secrets.ZITI_CI_GPG_KEY }}
ziti_ci_gpg_key_id: ${{ secrets.ZITI_CI_GPG_KEY_ID }}
run: |
$(go env GOPATH)/bin/ziti-ci configure-git
$(go env GOPATH)/bin/ziti-ci tag -v -f version
$(go env GOPATH)/bin/ziti-ci publish-to-github --archive-base ""
Expand Down

0 comments on commit 3ca2dd2

Please sign in to comment.