Skip to content

Commit

Permalink
chore: temp disable write operation for script testing in github
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Jun 1, 2024
1 parent a227f03 commit 2188572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/tag-stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tag_package() {
# echo "# Pushing tag $TAG for $PACKAGE_NAME"

if [ -z "$DRY_RUN" ]; then
git push origin $TAG
echo git push origin $TAG
else
echo "# (dry-run): git push origin $TAG"
fi
Expand Down

0 comments on commit 2188572

Please sign in to comment.