Skip to content

Commit

Permalink
feat(bootstrapping): change the order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Oct 8, 2023
1 parent 3ab97bb commit 053bae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
repository: gontainer/gontainer
token: ${{ secrets.RELEASES_TOKEN }}

- run: git checkout -B bootstrapping/$GONTAINER_VERSION
- run: brew install gontainer/homebrew-tap/gontainer
- run: gontainer -v
- run: git checkout -B bootstrapping/$GONTAINER_VERSION
- run: make self-compile
- run: "git config user.name 'github-actions[bot]'"
- run: "git config user.email 'github-actions[bot]@users.noreply.github.com'"
Expand Down

0 comments on commit 053bae6

Please sign in to comment.