Skip to content

Commit

Permalink
Update HardNorth/github-version-generate action to v1.4.0 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent c6baf77 commit e7f71fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.PUSH_PAT }}

- name: Generate versions
uses: HardNorth/github-version-generate@v1.3.0
uses: HardNorth/github-version-generate@v1.4.0
with:
version-source: file
version-file: ${{ env.VERSION_FILE }}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
token: ${{ secrets.PUSH_PAT }}

- name: Generate versions
uses: HardNorth/github-version-generate@v1.3.0
uses: HardNorth/github-version-generate@v1.4.0
with:
version-source: file
version-file: ${{ env.VERSION_FILE }}
Expand Down

0 comments on commit e7f71fd

Please sign in to comment.