Skip to content

Commit

Permalink
feat: GH actions migration
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-form3 committed Oct 11, 2023
1 parent 19ea2bc commit a4cf10d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/calculate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
outputs:
tag: "${{ steps.tag.outputs.tag }}"
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@v3
with:
fetch-depth: 0

- run: |
git fetch --unshallow --tags
- name: Determine latest upstream release tag
id: latest_tag
if: "!contains(github.ref,'refs/tags/')"
Expand Down

0 comments on commit a4cf10d

Please sign in to comment.