Skip to content

Commit

Permalink
Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
PotterKatalon committed Jan 11, 2024
1 parent 9167d03 commit 9567835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,13 @@ jobs:
### RELEASE ###
release:
name: Release
environment: ${{ needs.set_env.outputs.ENV }}
env:
AGENT_VERSION: ${{ inputs.agent_version }}
needs: build
needs: [set_env, build]

if: ${{ needs.set_env.outputs.ENV == 'prod' }}
runs-on: ubuntu-latest

strategy:
matrix:
node-version:
Expand Down

0 comments on commit 9567835

Please sign in to comment.