Skip to content

Commit

Permalink
Update post-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewowen committed Feb 13, 2024
1 parent 6c33922 commit 430769e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Print tags
run: |
Expand All @@ -36,7 +38,6 @@ jobs:
suffix: "</version>"
version: ${{ steps.set_new_version.outputs.new_version }}
old-version: ${{ steps.set_old_version.outputs.old_version }}
with-checkout: false

- name: Update README - Groovy
uses: MathieuSoysal/file-updater-for-release@v1.0.3
Expand Down

0 comments on commit 430769e

Please sign in to comment.