Skip to content

Commit

Permalink
Remove get-latest-action step; not really needed
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 25, 2023
1 parent edfe73d commit bd4a95c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GH_ADMIN_COMMIT_TOKEN }}

- name: Get latest existing tag
uses: actions-ecosystem/action-get-latest-tag@v1
## NEEDS UPDATE for set-output deprecation.
## See https://github.com/actions-ecosystem/action-get-latest-tag/issues/25.
id: get-latest-tag
with:
semver_only: true

- name: Set new proposed version
uses: paulhatch/semantic-version@v5.2.1
id: set-version
Expand Down

0 comments on commit bd4a95c

Please sign in to comment.