Skip to content

Commit

Permalink
fix dump
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk committed Feb 2, 2024
1 parent 9525fc8 commit 33fba32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
echo "version $VERSION"
echo " prerelease $PRE_RELEASE"
echo " dev branch $DEV_BRANCH"
echo " rel branch $VERSION"
echo " rel branch $RELEASE_BRANCH"
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
echo "version $VERSION"
echo " prerelease $PRE_RELEASE"
echo " dev branch $DEV_BRANCH"
echo " rel branch $VERSION"
echo " rel branch $RELEASE_BRANCH"

0 comments on commit 33fba32

Please sign in to comment.