Skip to content

Commit

Permalink
More copy pasta fails
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Jul 25, 2022
1 parent 9104fd8 commit cb994c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Unshallow
run: git fetch --prune --unshallow

- name: Release Type
id: cf_release_type
uses: christian-draeger/read-properties@1.0.1
Expand Down Expand Up @@ -55,7 +58,7 @@ jobs:
exclude: '*-rc*'
commit-ish: '@'
skip-unshallow: 'true'

- name: Semver Version
id: version
run: |
Expand Down

0 comments on commit cb994c0

Please sign in to comment.