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

Commit

Permalink
ci: update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Feb 14, 2022
1 parent 1c412f5 commit 4469350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
repository: "withfig/core-backend"
token: ${{ secrets.CACHE_SPECS_TOKEN }}
ref: main
ref: master
path: backend
- name: Add @latest to cache
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
git config user.email "[email protected]"
git add .
git commit -m "Updates plugins to latest"
git push origin main
git push origin master
- name: "Automated Version Bump"
id: "version-bump"
uses: "phips28/gh-action-bump-version@master"
Expand Down

0 comments on commit 4469350

Please sign in to comment.