Skip to content

Commit

Permalink
Changes the generated versions naming from 1.0.x to 1.1.x to avoid
Browse files Browse the repository at this point in the history
conflicts with existing versions on the future.
  • Loading branch information
evandrocoan committed Aug 7, 2020
1 parent 0fcbc9a commit 2b64c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: environment_variables
run: |
set -x
RELEASE_TAG="1.0.${{ github.run_number }}"
RELEASE_TAG="1.1.${{ github.run_number }}-$(git rev-parse --short HEAD)"
PREFIX_NAME="ufscthesisx-light"
RELEASE_FILE="${PREFIX_NAME}.zip"
RELEASE_NAME="${RELEASE_TAG}.zip"
Expand Down

0 comments on commit 2b64c6f

Please sign in to comment.