Skip to content

Commit

Permalink
Fix gh actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Jun 22, 2022
1 parent 6ded08a commit 09a2fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Add SSH config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Add SSH config
Expand All @@ -28,5 +28,5 @@ jobs:
git config --global user.name "GitHubActions"
git config --global user.email "[email protected]"
git remote add anvil "${{ secrets.ANVIL_REPO_URL }}"
git push anvil main:published --force
git push anvil HEAD:published --force
git push --tags anvil

0 comments on commit 09a2fa7

Please sign in to comment.