Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 27, 2023
1 parent c28dfcc commit 01eb435
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
else
PRERELEASE=false
fi
echo "Workflow triggered by tag: $RELEASE_TAG"
echo "Workflow triggered by $GITHUB_EVENT_NAME tag: $RELEASE_TAG"
else
RELEASE_TAG=nightly
PRERELEASE=true
Expand All @@ -54,8 +54,6 @@ jobs:
git push -f origin $RELEASE_TAG:refs/tags/$RELEASE_TAG
echo "created/moved mutalbe tag $RELEASE_TAG to $GITHUB_SHA"
fi
else
echo "workflow triggered by $GITHUB_EVENT_NAME tag $RELEASE_TAG"
fi
- name: Build source tarball
Expand Down

0 comments on commit 01eb435

Please sign in to comment.