Skip to content

Commit

Permalink
Merge pull request #23 from evandrocoan/master
Browse files Browse the repository at this point in the history
Changes the generated versions naming from 1.0.x to 1.2.x
  • Loading branch information
josenorberto authored Aug 11, 2020
2 parents 0c0ef52 + 6a128a3 commit 1dcd95e
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.2.${{ github.run_number }}-$(git rev-parse --short HEAD)"
PREFIX_NAME="ufscthesisx"
RELEASE_FILE="${PREFIX_NAME}.zip"
RELEASE_NAME="${RELEASE_TAG}.zip"
Expand Down

0 comments on commit 1dcd95e

Please sign in to comment.