Skip to content

Commit

Permalink
chore: checkout main
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Nov 21, 2024
1 parent 6a772f3 commit 6936e3b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release-please-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
'./main.js' \
'./styles.css' \
'./manifest.json'
beta:
runs-on: ubuntu-latest
needs: release
if: ${{ needs.release.outputs.release_created }}
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Update Beta Manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -72,7 +80,6 @@ jobs:
cat manifest-beta.json
git checkout main --depth=1
git add manifest-beta.json
git status
git commit -m "🔖 ${{ needs.release.outputs.tag_name }}"
Expand Down

0 comments on commit 6936e3b

Please sign in to comment.