Skip to content

Commit

Permalink
chore: replace the test branch for the definitive one
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvur committed Dec 1, 2024
1 parent d89633c commit e7b7080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Publish to NPM registry, upgrade version (package.json and git tag), u
on:
push:
branches:
- feature/14-automatize-the-publish-of-versions # REPLACE BY master after checking
- master
jobs:
Test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
{
"name": "feature/14-automatize-the-publish-of-versions"
"name": "master"
},
{
"name": "next",
Expand Down

0 comments on commit e7b7080

Please sign in to comment.