Skip to content

Commit

Permalink
Attempt 4 at github release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Aug 22, 2023
1 parent 12f34f0 commit 01c5b3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ jobs:
- uses: actions/checkout@v3
name: Checkout

- run: |
cd $GITHUB_WORKSPACE
- name: Checkout release
run: |
git checkout release
/usr/bin/git checkout release
- name: Merge main/library into release/library
run: |
git checkout main -- library/ config.json
/usr/bin/git checkout main -- library/ config.json
- uses: JohnnyMorganz/stylua-action@v3
name: Apply Stylua
Expand Down

0 comments on commit 01c5b3b

Please sign in to comment.