Skip to content

Commit

Permalink
fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDigitalJustice committed Jan 22, 2025
1 parent 819a76b commit 3d8d178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ jobs:
git config --global user.name "GitHub Actions Bot"
git add .
git commit -m "Update appVersion to ${{ env.REPO_NAME }}-${{ env.APP_VERSION }}"
git push origin $FEATURE_BRANCH
git push --set-upstream origin $FEATURE_BRANCH

0 comments on commit 3d8d178

Please sign in to comment.