Skip to content

Commit

Permalink
Fix release failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 24, 2023
1 parent 7987323 commit 8dee57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build droplet variables
run: |
doctl compute droplet list --format Name,Region,Status,VCPUs,Memory
SRS_DROPLET_EIP=$(doctl compute droplet get production --format PublicIPv4 --no-header)
SRS_DROPLET_PIP=$(doctl compute droplet get production --format PrivateIPv4 --no-header)
SRS_DROPLET_EIP=$(doctl compute droplet get ossrs --format PublicIPv4 --no-header)
SRS_DROPLET_PIP=$(doctl compute droplet get ossrs --format PrivateIPv4 --no-header)
echo "SRS_DROPLET_EIP=$SRS_DROPLET_EIP" >> $GITHUB_ENV
echo "SRS_DROPLET_PIP=$SRS_DROPLET_PIP" >> $GITHUB_ENV
# The github.ref is, for example, refs/tags/v1.0.52
Expand Down

0 comments on commit 8dee57f

Please sign in to comment.