Skip to content

Commit

Permalink
master branch instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelduranfrigola committed Jun 14, 2023
1 parent 684b6f6 commit 3115e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-to-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python static_version_writer.py
rm static_version_writer.py
- name: Commit and push changes done to the README file
- name: Commit and push changes done to the static version file
uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # pin@v1.4
with:
author_name: "ersilia-bot"
Expand All @@ -34,3 +34,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
amend: true
force: true
branch: "master"

0 comments on commit 3115e2c

Please sign in to comment.