Skip to content

Commit

Permalink
Test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-bubu committed Mar 6, 2024
1 parent ca816f5 commit 0ce266c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'test-branch'
ref: 'test-branch-1.0.18'
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -263,5 +263,5 @@ jobs:
- name: Push next version release
uses: ad-m/github-push-action@master
with:
branch: 'test-branch'
branch: 'test-branch-1.0.18
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0ce266c

Please sign in to comment.