Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

#6 アプリバージョンを更新するGitHub Actions の調整 #8

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

tshion
Copy link
Owner

@tshion tshion commented Feb 23, 2024

  • 既存改良

概要

GitHub Actions "update-app-version" で下記のエラーが出たので、その修正を行った。

Run git switch -c "feature/0.0.1"
Switched to a new branch 'feature/0.0.1'
[feature/0.0.1 6fe0140] Update app version 0.0.1
 1 file changed, 1 insertion(+), 1 deletion(-)
fatal: The current branch feature/0.0.1 has no upstream branch.
To push the current branch and set the remote as upstream, use

    git push --set-upstream origin feature/0.0.1

To have this happen automatically for branches without a tracking
upstream, see 'push.autoSetupRemote' in 'git help config'.

Error: Process completed with exit code 128.

変更点

修正

  • 不具合の修正

確認事項

下記の制約があるので、ある程度動作確認が取れたらマージして、GitHub Actions を試してみてください。

To trigger the workflow_dispatch event, your workflow must be in the default branch.

備考

特になし

@tshion tshion self-assigned this Feb 23, 2024
@tshion tshion merged commit f4b9b05 into develop Feb 23, 2024
@tshion tshion deleted the feature/#6_fix_error_update_version branch February 23, 2024 13:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

アプリバージョンの更新Pull Request を自動生成する仕組みの整備
1 participant