Skip to content

Commit

Permalink
update workflow yml for node-docker (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 committed Nov 9, 2023
1 parent 7bcf59f commit 0e4a4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-cosmos-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if [[ "${{ github.event_name }}" == "release" ]]
then
TAG_NAME=${GITHUB_REF#refs/tags/}
if [[ $TAG_NAME == "node/"* ]]
if [[ $TAG_NAME == "node-cosmos/"* ]]
then
echo "::set-output name=changes_found::true"
else
Expand Down

0 comments on commit 0e4a4cf

Please sign in to comment.