Skip to content

Commit

Permalink
Update build-the-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech authored Oct 26, 2024
1 parent 61bbd52 commit f9cd784
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-the-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for accurate commit info
- uses: actions/checkout@4

- name: Install BlazorStatic.Templates and create the blog
run: |
Expand All @@ -27,6 +24,6 @@ jobs:
git config user.email "[email protected]"
git remote add origin https://x-access-token:${{ secrets.BLAZORSTATICMINIMALBLOG_REPO_TOKEN }}@github.com/BlazorStatic/BlazorStaticMinimalBlog.git
git add .
git commit -m "Publishing BlazorStaticMinimalBlog to orphaned by-build branch"
git commit -m "version 1.0.2"
git push -f origin by-build
working-directory: BlazorStaticMinimalBlog

0 comments on commit f9cd784

Please sign in to comment.