Fix photon-build-action versioning (#535)

* Describe tags (Do Not Merge)

* Try fetch depth 0

* Remove fetch tags

* Remove describe action

* Apparently more is broken than I thought (oops)
This commit is contained in:
Avery Black
2022-10-24 12:56:49 -07:00
committed by GitHub
parent 5e604cf98d
commit 4f355f2749

View File

@@ -53,6 +53,8 @@ jobs:
# Checkout code.
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
# Fetch tags.
- name: Fetch tags
@@ -133,6 +135,8 @@ jobs:
steps:
# Checkout code.
- uses: actions/checkout@v3
with:
fetch-depth: 0
# Install Java 11.
- uses: actions/setup-java@v3
@@ -258,6 +262,8 @@ jobs:
steps:
# Checkout code.
- uses: actions/checkout@v3
with:
fetch-depth: 0
# Install Java 11.
- uses: actions/setup-java@v3