Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
singjc authored Jan 31, 2024
1 parent e13d862 commit 7700136
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: Update version
run: pwd
run: |
pwd
ls
$PWD/.github/workflows/scripts/update_version.py --file-path $PWD/massdash/__init__.py
- name: Commit version update
uses: test-room-7/action-update-file@v1
with:
file-path: $PWD/massdash/__init__.py
file-path: /home/runner/work/massdash/massdash/massdash/__init__.py
commit-msg: Bump patch version
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7700136

Please sign in to comment.