Skip to content

Commit

Permalink
build: bring back id for create-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Sep 12, 2024
1 parent 754c7df commit 527ae57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
isLatest: ${{ steps.release_type.outputs.latest }}

steps:
- name: Identify release type 🔍
- id: release_type
name: Identify release type 🔍
# For understanding how to set output read:
# https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter
run: echo "::set-output name=latest::$LATEST"
Expand Down

0 comments on commit 527ae57

Please sign in to comment.