Skip to content

Commit

Permalink
fix: use different ids for release steps
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Mar 9, 2023
1 parent 32ae6aa commit ee28bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Expand Up @@ -105,7 +105,7 @@ jobs:

# Upload core deployment YAML file to GitHub release (TO BE DELETED FOR v2.12)
- name: Upload Deployment YAML file
id: upload-deployment-yaml
id: upload-core-deployment-yaml
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ee28bf6

Please sign in to comment.